Create New Team - POST /Teams



Create a new team.

The ‘Manage Users’ permission is required to execute this API.

Usage:

  1. POST /Teams and create a new team
  2. GET /Teams and get details of all teams

URL

/cxrestapi/auth/Teams

Method:

POST

Media Type (header):

Authorization: Bearer <access token value>
Content-Type: application/json;v=1.0

Parameters

createTeamModel=[body]: Specifies the team details
name=[string] – Team name
parentId=[integer] – Team parent Id

Success Response:

Code: 201 Success

Error Response:

Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden

Sample Response:

no content 

Notes:

Returns the location of the created team in the response header. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!