View a Group
Note:
Enterprise Edition only
Syntax
Operation | URI |
---|---|
Get a group by id | GET /api/v3/group/{id} |
Get a group by name | GET /api/v3/group/by-name/{name} |
Response Output
Dremio group output in JSON:
Get group response output{
"id": String [immutable, generated by Dremio],
"name": String
}
Name | Type | Description |
---|---|---|
id | String | Group ID. Generated by Dremio, immutable. |
name | String | Name of the group. |
Group
Response Codes
403
- user does not have permission (has to be an administrator).
404
- group could not be found.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.