Last updated: July 22, 2025
DQOps REST API users models reference
The references of all objects used by users REST API operations are listed below.
DqoUserRolesModel
DQOps user model - identifies a user in a multi-user DQOps deployment and the user's roles.
The structure of this object is described below
Property name | Description | Data type |
---|---|---|
email |
User's email that identifies the user. | string |
account_role |
User role at the whole account level. This role is applicable to all data domains. | DqoUserRole |
data_domain_roles |
User roles within each data domain. Data domains are supported in an ENTERPRISE version of DQOps and they are managed by the SaaS components of DQOps Cloud. | Dict[string, DqoUserRole] |