Dash0 acquires Polar Signals

Manage Teams and Members

Invite a member to the organization

post/api/members

Sends an invitation to join the organization to the given email address.

bash
Sample request
1234567
curl --request POST 'https://api.eu-west-1.aws.dash0.com/api/members' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}" \
--header 'Content-Type: application/json' \
--data-raw '{
"emailAddress": "example",
"role": "example"
}'

Request body required

stringrequired
stringrequired

Responses

Successfully invited the member.