External Group Synchronization API
Example Request:
Example Response:
HTTP/1.1 200
Content-Type: application/json
[
{
"orgId": 1,
}
]
- 200 - Ok
- 401 - Unauthorized
- 403 - Permission denied
POST /api/teams/:teamId/groups
Example Request:
Example Response:
HTTP/1.1 200
Content-Type: application/json
{"message":"Group added to Team"}
- 200 - Ok
- 401 - Unauthorized
- 403 - Permission denied
- 404 - Team not found
DELETE /api/teams/:teamId/groups/:groupId
Example Request:
Example Response:
HTTP/1.1 200
Content-Type: application/json
{"message":"Team Group removed"}
- 200 - Ok
- 401 - Unauthorized
- 403 - Permission denied