Creates a username for a person registered in the Organization module.
URL
{RMUrl}/api/administration/users
REQUEST METHOD
POST
URL PARAMETERS
This feature does not have parameters.
FORM CONTENT
PersonId (Required): ID of the person for which a username must be created.
Login (Required): Username to be created for the person. Limitations: a) Cannot be the same as another username; b) Should comply with the minimum and maximum number of characters for usernames defined in the authentication policy.
FORM CONTENT EXAMPLE
{
"PersonId":"6fe49ce4-56d4-475f-9483-1adca6b2976c",
"Login":"johnsmith"
}
SUCCESS RESPONSE
HTTP status code 204: NoContent