Manage company invitations
Use the REST APIs described in this topic to manage invitations sent out to users to join a company.
List invitations (REST)
Company invitations represent pending company memberships, or in other words, new users who have been invited to the company.
Use the following GET
request to retrieve all pending invitations to the company.
GET https://{marketplaceUrl}/api/account/v2/companies/{companyUuid}/invitations
Refer to the List company invitations API reference for details on authorization rules and the full list of supported request body and query parameters.
Revoke invitations (REST)
Company invitations represent pending company memberships or new users who have been invited to the company. You can revoke invitations before the users join.
Use the following DELETE
request to retrieve a pending invitation to the company.
DELETE https://{marketplaceUrl}/api/account/v2/companies/{companyUuid}/invitations/{email}
Refer to the Revoke user invitation API reference for details on authorization rules and the full list of supported request body and query parameters.
Was this page helpful?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!