User - Retrieves a list of users with filters

Retrieves a list of users based on optional parameters such as page number, page size, tenant ID, role ID, and asset ID.

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
pageNumberinteger · int32Optional

Enter the page number you want to fetch. Default is 1.

pageSizeinteger · int32Optional

Enter the number of users per page. Default is 100.

tenantIdstring · uuidOptional

Optional. ID of a specific tenant.

roleIdstring · uuidOptional

Optional. ID of a specific role.

assetIdstring · uuidOptional

Optional. ID of a specific asset belonging to a tenant.

includestring · enumOptional

Enum for include props.

Possible values:
orderBystring · enumOptional

Enum for order by props.

Possible values:
orderstring · enumOptional

Enum for order props.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
200

Success: Users retrieved successfully.

get
/users

Last updated