v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBuserManagement
Create a new user.
Create a new user in the organization.
post/v1/users
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@acme.com",
"roleIds": [
"00000000000001DF",
"00000000000002D2"
]
}Response
The user has been created.
Example response
{
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@acme.com",
"roleIds": [
"00000000000001DF",
"00000000000002D2"
],
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "000000000FE20FE2",
"isActive": true
}