PUT
/
api
/
v1
/
orgs
/
{org_id}
/
members
/
{member_id}
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
member_id
string
required

Body

application/json
role
enum<string>
required

Updated role of the user in the project

Available options:
admin,
member
Examples:

"admin"

"member"

Response

Successful Response

The response is of type any.