Skip to main content

Remove User Security Role

POST 

/api

Remove a security role from a user.

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: [remove_user_security_role]

    metadata

    object

    property name* any
  • ]

Responses

Successful Response

Loading...