Retrieves pending invitations for the current user
Retrieves pending invitations
Responses
- 200
- 401
- 403
- 404
Project share invitation.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
id string nullable
invitations object[] nullable
invitedByCustomerId string nullable
invitedByEmail string nullable
invitedById string nullable
invitedByMessage string nullable
invitedByName string nullable
invitedDateUtc date-time nullable
projectId string nullable
projectName string nullable
type string nullable
{
"id": "string",
"invitations": [
{
"invitedByCustomerId": "string",
"invitedByEmail": "string",
"invitedById": "string",
"invitedByMessage": "string",
"invitedByName": "string",
"invitedDateUtc": "2025-01-13T15:06:26.920Z",
"projectId": "string",
"projectName": "string"
}
],
"type": "string"
}
Unauthorized
Access denied
Not found
Loading...