Retrieve Account User
Beta/v1/identity/account-users/{id}This endpoint is idempotent. Learn more
Returns an account user by ID.
idstringAccount user ID.
include[]optional arrayenumValues:roledepartmentSub-objects to expand in the response. When omitted, sub-objects are returned as null.
idstringAccount user ID.
objectstringenumValues:account_userResource type identifier.
namestringnullableDisplay name.
emailstringnullableEmail address.
usernamestringnullableUsername.
image_urlstringnullableProfile image URL.
statusstringenumValues:activedisabledremovedAccount user status.
roleobjectExpandablenullableAssigned role.
idstringRole ID.
objectstringenumValues:roleResource type identifier.
namestringDisplay name.
typestringenumValues:adminuserscannerRole type code.
The role's type is sometimes used to gate special behaviors in the frontend
and to restrict some actions to only certain types of roles. For example,
only roles with the type admin can create and manage API keys.
ownerobjectnullableOwner of this resource.
null in this endpoint.permissionsarray of stringnullablePermissions in {domain}:{action} format.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
departmentobjectExpandablenullableAssigned department.
idstringDepartment ID.
objectstringenumValues:departmentResource type identifier.
namestringDisplay name.
notesstringnullableNotes about the department.
locationobjectnullableAssociated location.
null in this endpoint.scanning_stationsobjectnullableScanning stations in this department.
null in this endpoint.machinesobjectnullableMachines in this department.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
last_used_atstring (date-time)nullableWhen the user last used this account.
created_atstring (date-time)When the account user was created.
updated_atstring (date-time)When the account user was last updated.
Responses
Successful response for Retrieve Account User