v1
latestOpenAPI 3.0.12026-08-06207388629.3 KBUsers
Creates or updates a user
The JSON properties for this endpoint do not match what is show in the Request body. Please use the Sample Request below for the accurate property names.
Sample Request:
[POST] /v1/Users/Portal
{
"portal_id": 1234, // can be null or when creating new user
"name_first": "Thomas",
"name_last": "Johnson",
"name_middle": "Lee",
"name_greeting": "Tom",
"name_prefix": "Mr",
"name_suffix": "Jr"
}
post/v1/Users/portal
Request body
Response
user successfully updated
integer required