Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
Path Parameters
Specify the user type to which your operations will be restricted.
any
, organization
, client
The id
of the referenced User
.
x >= 1
Body
An object conforming to the User schema to be merged with the existing User.
A user with organization-wide access.
This property describes the type of object in the response body.
OrganizationUser
The full name of the user.
65
"Bernard Greensmith"
The user's email address.
128
"admin@example.com"
User name for login.
40
"b.greensmith"
Only active users may log in.
true
A list of user roles allowed for this user.
Optional Field
This flag must be true
to allow login with badge capability.
Optional Field
true
A reference to a Warehouse
by id
.
The last Warehouse
that was active for the user.
Optional Field
Response
OK - The operation completed successfully and there is no response body.