POST enterpriseusers

Creates a new enterprise user

Request Information

Parameters

NameDescriptionAdditional information
enterpriseUserName the new enterprise user's username

Define this parameter in the request body.

Request body formats

application/hal+xml

No sample

application/hal+json

Sample:
{
    "UserName": "enterpriseuser123"
}
                            

Response body formats

application/hal+xml

No sample

application/hal+json

Sample:
{
    "Secret": "h43ofah43fuha43hfjlrkeahfa98743gh",
    "UserName": "enterpriseuser123",
    "Created": "2021-07-06T11:06:30.9786158+02:00",
    "OwnerOrgNo": "910494392"
}