Skip to main content

Create new user

POST 

/v1/users

Create user is currently restricted to creating a user with a 'Member' role

Request

Body

required

    usernamestringrequired

    username must be unique in an organization

    Possible values: non-empty and <= 255 characters, Value must match regular expression (?=^[\p{L}])(?=^[\p{L}\d_]*$)

Responses

Successful response

Schema

    usernamestringrequired