Users and Groups
Note:
This functionality will become deprecated in Dremio v19.0+.
User
Represents a user in Dremio.
The JSON representation of a user looks like this:
{
"id": String [immutable, generated by Dremio],
"name": String
}
Name | Type | Description |
---|---|---|
id | String | User ID. Generated by Dremio, immutable. |
name | String | Name of the user. |
Group
Represents a group in Dremio.
The JSON representation of a group looks like this:
{
"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. |
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.