post https://api.alocity.com/v1/integration-management/group//users
This endpoint is used to associate users with a group.
Controlled Errors
Error Code | Error Message |
---|---|
error_group_not_found | No group with the provided Id was found. |
error_user_not_found | At least one of the user Ids in the list does not exist on the account. |
error_group_not_created | Failed to create an association between a user and the group. |
error_user_already_on_group | A user is already associated with that group. |
Any status codes returned that are not provided here are generic status codes that can be found here.