This call returns the users' access groups.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "userIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
[- {
- "userId": "2a7e2e5f-fb73-46a3-a8b5-fa597435d383",
- "accessGroupId": "eaca3286-2b93-4e73-9dbc-31fc41577b46"
}, - {
- "userId": "edfa6fd1-5b10-4956-af0e-16e99c4eca8f",
- "accessGroupId": "4f38563c-f4b4-4f0e-b0fe-e29d158b72e4"
}
]
This call updates the users' access group.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
[- {
- "userId": "2a7e2e5f-fb73-46a3-a8b5-fa597435d383",
- "accessGroupId": "eaca3286-2b93-4e73-9dbc-31fc41577b46"
}, - {
- "userId": "edfa6fd1-5b10-4956-af0e-16e99c4eca8f",
- "accessGroupId": "4f38563c-f4b4-4f0e-b0fe-e29d158b72e4"
}
]
[- {
- "id": "309dcd94-2c42-43b8-9d71-ed61560a6d2e",
- "userId": "2a7e2e5f-fb73-46a3-a8b5-fa597435d383",
- "accessGroupId": "eaca3286-2b93-4e73-9dbc-31fc41577b46",
- "success": true,
- "message": ""
}, - {
- "id": "b030cf56-4aa8-4138-9c0d-f8ee636b7c2a",
- "userId": "edfa6fd1-5b10-4956-af0e-16e99c4eca8f",
- "accessGroupId": "4f38563c-f4b4-4f0e-b0fe-e29d158b72e4",
- "success": false,
- "message": "The userId provided does not exist"
}
]