Manage Teams and Members
Change the organization role of a member
put
/api/members/{memberID}/roleChanges the role of a member of your organization.
Parameters 1
memberIDpathrequiredThe internal ID of the member whose role to change.
string
bash
Sample request123456curl --request PUT 'https://api.eu-west-1.aws.dash0.com/api/members/example/role' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}" \--header 'Content-Type: application/json' \--data-raw '{"role": "example"}'
Request body required
References UpdateMemberRoleRequest
stringrequired
The member's role in the organization
Responses
Successfully changed the member role.