cURL
curl --request PATCH \ --url api.thundercompute.com:///8443/v1/org/members/{member_id}/roles \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "role_ids": [ "<string>" ] } '
{ "member_id": "<string>", "org_id": "<string>", "role_ids": [ "<string>" ] }
Updates the roles assigned to a member in the caller’s organization. Requires org:members.manage permission.
Member ID to update
Role IDs to assign
OK
Was this page helpful?