Get an entity user
Retrieve an entity user by its ID.
Path parameters
entity_user_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
A unique Monite-assigned ID of this entity user. Can be used with POST /auth/token
to generate an API access token for this user.
created_at
UTC date and time when this user was created in Monite.
updated_at
UTC date and time when this user was last updated.
login
The username assigned to this user. Usernames must be unique within the entity.
The login
value is not used by Monite but may be used by partner applications, for example, to map the users between the partner’s platform and Monite.
role_id
ID of the role assigned to this user. The role defines the user’s access permissions within the entity. Each user has just one role.
status
The user’s status. Always active
.
Allowed values:
email
The user's business email address.
first_name
The user's first name.
last_name
The user's last name.
phone
The user's phone number.
userpic_file_id
Unused. Reserved for future use. Currently always returns null
.