Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
User#
string

The name of the user.

Password#
string

The password to authenticate with.

FederationId#
string

The federation id for SSO authentication.

Roles#
string

The assigned roles of the user.

Active#
string
default:true

The user is active or not. Defaults to true.

Response

The action result

Result
string

Whether the User was successfully added or not.

Message
string

Detailed message of the result.