get https://api-sbx.sidedrawersbx.com/api/v2/tenants/tenant/tenant-id//users/invitations/pending-sponsorship
Returns pending sponsored Invitations in a paginated list.
Response
Returns pending sponsored Invitations in a paginated list.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v2/tenants/tenant/tenant-id/tenantId/users/invitations/pending-sponsorship \
--header 'accept: application/json'
xxxxxxxxxx
28}
{
"hasMore": false,
"nextPage": null,
"previousPage": null,
"totalCount": 5,
"data": [
{
"sidedrawer": "string",
"sidedrawerRole": "string",
"contributor": {
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"brandCode": "string"
},
"relation": {
"personal": "spouse",
"profession": "estate_lawyer",
"professionOther": "string",
"personalOther": "string"
},
"invitationCode": "string",
"from": "string",
"sdName": "string"