v1

latestOpenAPI 3.0.12026-08-06207388629.3 KB
Users

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

portal_idinteger nullable
name_firststring nullable
name_laststring nullable
name_middlestring nullable
name_greetingstring nullable
name_prefixstring nullable
name_suffixstring nullable

Response

user successfully updated

integer required