This will return a list of groups that have been provisioned for a contact. To add new groups simply add the group to a a contact and it will show in this response.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200OK
application/json
Body
🟠404Record not found
🟠400Bad Request
🟠401Authentication Required
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/netsapiens/users/2000/contacts/groups' \
--header'Authorization: Bearer <token>'