Get list of collaborator invitations pending
Required Permission: base.people.applicationCollaborator.invitations
Get list of collaborator invitations pending
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"id": "string",
"email": "[email protected]",
"target": "organization",
"targetId": "string",
"targetInfo": {
"id": "string",
"name": "string",
"slug": "string",
"picture": "string"
},
"role": "owner",
"createdBy": "string",
"updatedAt": "string",
"createdAt": "string"
}
],
"totalDocs": 0,
"limit": 0,
"hasPrevPage": true,
"hasNextPage": true,
"page": 0,
"totalPages": 0,
"prevPage": 0,
"nextPage": 0
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}