Skip to main content

Add User Security Role

POST 

/api

Add a security role to 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: [add_user_security_role]

    metadata

    object

    property name* any
  • ]

Responses

Successful Response

Loading...