Dash0 acquires Polar Signals

Manage Teams and Members

Change the organization role of a member

put/api/members/{memberID}/role

Changes the role of a member of your organization.

Parameters 1

memberIDpathrequired

The internal ID of the member whose role to change.

string
bash
Sample request
123456
curl --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

stringrequired

The member's role in the organization

Responses

Successfully changed the member role.