List groups
GET/:customer_id/groups
Get the list of groups which you are allowed to access
Request
Path Parameters
customer_id Customer Idrequired
Id of the tenant
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
groups object[]required
id Idrequired
Id of the group
description Descriptionnullable
Description of the group
{
"groups": [
{
"id": "string",
"description": "string"
}
]
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
errors undefined[]nullablerequired
{
"message": "string",
"errors": [
null
]
}
Loading...