Skip to main content

Patch Users

PATCH 

/users/:identityName

This operation allows to update a User

Request

Path Parameters

    identityName stringrequired

    identity name

Body

user to patch

    identityName string

    user identity name

    displayName string

    user displayed name

    organizations

    object[]

    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 string

    user email

    firstName string

    user first name

    lastName string

    user last name

Responses

ok

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...