Get list of organization collaborators groups
Required Permission: base.people.organizationCollaborator.listGroups
Get list of organization collaborators groups
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"value": "string"
}
]
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}