Aller au contenu principal

Create User

POST 

/users

This operation allows to create a User

Request

Body

user to create

    identityName stringrequired

    Possible values: Value must match regular expression \S

    user identity name

    displayName stringrequired

    Possible values: Value must match regular expression \S

    user displayed name

    organizations

    object[]

    required

    Possible values: >= 1

    list of organization roles associated to a user

  • Array [

  • organizationId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization UUID associated to user

    roleId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    role UUID associated to user

  • ]

  • email stringrequired

    Possible values: Value must match regular expression \S

    user email

    firstName stringrequired

    Possible values: Value must match regular expression \S

    user first name

    lastName stringrequired

    Possible values: Value must match regular expression \S

    user last name

Responses

created

Response Headers

  • Content-Location

    string

    identity name

Schema

    identityName stringrequired

    Possible values: Value must match regular expression \S

    user identity name

    displayName stringrequired

    Possible values: Value must match regular expression \S

    user displayed name

    organizations

    object[]

    required

    Possible values: >= 1

    list of organization roles associated to a user

  • Array [

  • organizationId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization UUID associated to user

    roleId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    role UUID associated to user

  • ]

  • email stringrequired

    Possible values: Value must match regular expression \S

    user email

    firstName stringrequired

    Possible values: Value must match regular expression \S

    user first name

    lastName stringrequired

    Possible values: Value must match regular expression \S

    user last name

Loading...