On this page

    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.