curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/users/invites \
--header 'Authorization: <authorization>'
{
"organizationUserInvites": [
{
"email": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"landscapePermissions": {},
"permission": "billing",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"revokedAt": "2023-11-07T05:31:56Z",
"revokedBy": "user",
"revokedById": "<string>",
"usedAt": "2023-11-07T05:31:56Z",
"usedByUserId": "<string>"
}
]
}
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/users/invites \
--header 'Authorization: <authorization>'
{
"organizationUserInvites": [
{
"email": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"landscapePermissions": {},
"permission": "billing",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"revokedAt": "2023-11-07T05:31:56Z",
"revokedBy": "user",
"revokedById": "<string>",
"usedAt": "2023-11-07T05:31:56Z",
"usedByUserId": "<string>"
}
]
}
OK
The response is of type object
.