Get a Group
Security
bearerToken
- Productionhttps://api-v2.dash.app/groups/{id}
- Staginghttps://api-v2.dashstaging.app/groups/{id}
curl -i -X GET \
https://api-v2.dash.app/groups/cff665ca-ce35-5418-b9d5-70ee815db4bc \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- ALL_OPTIONS
- SPECIFIC_OPTIONS
{ "result": { "id": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "name": "My Group Name", "role": "BASIC", "numberOfUsers": 56, "fieldWhitelist": { … } }, "permittedActions": [ { … } ] }