GET /group
[info] 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:
{
"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.