Team Management
Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired
ID of the application to retrieve team for
Responses
200
Team retrieved successfully
application/json
401
Authentication error
application/json
404
Team not found or plan limitation
application/json
get
/app/{appID}/teamAuthorizations
api-tokenstringRequired
Path parameters
appIDstringRequired
ID of the application to add a team member to
Body
modIDstringRequired
The unique identifier of the user to add as a team member
Responses
200
Team member added successfully
application/json
401
Authentication error
application/json
404
Not found errors
application/json
409
Conflict error
application/json
post
/app/{appID}/teamAuthorizations
api-tokenstringRequired
Path parameters
appIDstringRequired
ID of the application to update team member in
Body
modIDstringRequired
The unique identifier of the user to add as a team member
Responses
200
Team member permissions updated successfully
application/json
401
Authentication error
application/json
404
Not found errors
application/json
put
/app/{appID}/teamAuthorizations
api-tokenstringRequired
Path parameters
appIDstringRequired
ID of the application to remove the team member from
modIDstringRequired
ID of the team member to remove
Responses
200
Team member removed successfully
application/json
401
Authentication error
application/json
404
Not found errors
application/json
delete
/app/{appID}/team/{modID}Last updated