Skip to main content

Grant User Security Role Project

POST 

/api

Give a user access to a project or all open projects for a security role.

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

    metadata

    object

    property name* any
  • ]

Responses

Successful Response

Loading...