Manage Teams and Members
Invite a member to the organization
post
/api/membersSends an invitation to join the organization to the given email address.
bash
Sample request1234567curl --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
References InviteMemberRequest
stringrequired
stringrequired
Responses
Successfully invited the member.