v1
latestOpenAPI 3.0.02026-07-24115101.2 MBUsers
Create User
Use this endpoint to create a user. See User for more information.
post/Users
Query parameters
attributesstring
When included, each resource returned will contain the minimum set of resource attributes and any attributes or sub-attributes explicitly requested.
excludedAttributesstring
When included, each resource returned will contain the minimum set of resource attributes. Additionally, the default set of attributes minus those attributes listed in "excludedAttributes" is returned.
Request body
Example request
{
"locale": "en",
"title": "Vice President"
}Response
Returns the created user, optionally filtered by values in attributes or excludedAttributes parameters.
Example response
{
"locale": "en",
"title": "Vice President"
}