AuthN Invite API Reference
post/v2/user/invite
cURL
curl -sSLX POST 'https://authn.aws.us.pangea.cloud/v2/user/invite' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Invite User
POST
https://authn.aws.us.pangea.cloud/v2/user/inviteSend an invitation to a user.
post/v2/user/invite/delete
cURL
curl -sSLX POST 'https://authn.aws.us.pangea.cloud/v2/user/invite/delete' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Delete Invite
POST
https://authn.aws.us.pangea.cloud/v2/user/invite/deleteDelete a user invitation.
post/v2/user/invite/list
cURL
curl -sSLX POST 'https://authn.aws.us.pangea.cloud/v2/user/invite/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
List Invites
POST
https://authn.aws.us.pangea.cloud/v2/user/invite/listLook up active invites for the userpool.
Was this article helpful?