The user ID is inferred fron the Authorization header, which must contain a user-level access token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user's business email address.
"c.peters@example.com"
The user's first name.
255"Casey"
The user's last name.
255"Peters"
The user's phone number.
"+491729925904"
The user's job title.
255"Finance Manager"
Successful Response
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.
UTC date and time when this user was created in Monite.
UTC date and time when this user was last updated.
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.
"caseyp"
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.
The user's status. Always active.
active, deleted The user's business email address.
"c.peters@example.com"
The user's first name.
"Casey"
The user's last name.
"Peters"
The user's phone number.
"+491729925904"
Unused. Reserved for future use. Currently always returns null.
null