Unify and manage your data

Show Page Sections

Get all Customer Groups

The Get all Customer Groups API request returns all the groups created for a specific customer.

Table 1. All Customer Groups Details
Request Type GET
URL {oauth_uri}/customers/{customerId}/groups
Parameters customerId: Use a valid Customer ID.
Access -

Response

List of JSON Objects representing all the groups under the customer.

Updating User Details

Request

GET {oauth_uri}/customers/TestCustomer/groups Headers: Authorization: Bearer <Access-Token>

Response

[ { "groupId": "Support", "groupName": "Support", "description": "A Group for Support", "roles": { "L3_Configurator": [ "jas88zr17" ], "Read_Access": [ "jas88zr17" ], "Customer_Admin": [ "jas88zr17" ], "Tenant_Admin": [ "jas88zr17" ], "ROLE_ADMIN_TENANT": [ "jas88zr17" ] } }, { "groupId": "Product_Management", "groupName": "Product_Management", "description": "A Group for Product Management", "roles": { "L3_Configurator": [ "jas88zr17" ], "Read_Access": [ "jas88zr17" ], "Customer_Admin": [ "jas88zr17" ], "Tenant_Admin": [ "jas88zr17" ], "ROLE_ADMIN_TENANT": [ "jas88zr17" ] } }]
Was this content helpful?