Skip to content

Resend invitation to a member

POST
/api/members/{id}/resend
curl --request POST \
--url https://example.com/api/members/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/resend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "appUrl": "https://app.dreamcenterconnect.com" }'
id
required
string format: uuid
Media typeapplication/json
object
appUrl

Base application callback URL.

string
Example
https://app.dreamcenterconnect.com

Invitation resent successfully

Unauthorized

Forbidden

Member not found