Skip to main content

Update User Security Role

POST 

/api

Update/replace a security role from a user. The role will be changed by keep access to the same projects.

Request

Body

array

required

  • Array [

  • role_id

    object

    nullable

    anyOf

    string

    user_id

    object

    nullable

    anyOf

    string

    project_id

    object

    nullable

    anyOf

    string

    all_open_projects

    object

    nullable

    anyOf

    boolean

    new_role_id

    object

    nullable

    anyOf

    string

    action Actionrequired

    Possible values: [update_user_security_role]

    metadata

    object

    property name* any
  • ]

Responses

Successful Response

Loading...