User Invitation
Get a User Invitation via the User
Retrieves the Invitation of a given User. The Invitation only exists when the User is in invited status.
get/users/{userId}/invitation
Path parameters
userIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
User Id
Response
OK
Example response
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"email": "email@example.com",
"workspaces": [
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c"
}
],
"expired_at": "2024-01-18T22:59:00Z",
"created_at": "2024-01-18T22:59:00Z"
}