Skip to main content
POST
POST /v2/users

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Body

application/json

RPC requests and responses /////////////////////////// Required authorization: HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(user.identity_provider_id)

user
User · object
required

The user to create.

Required

rights
Right · object[]

The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the user.primary_party.

Optional: can be empty

Response

user
User · object
required

Created user.

Required