Get Current User Info
Get the current user information.Response
The user’s unique identifier
The user’s email address
The user’s first name
The user’s last name
When the user was created (ISO 8601 format)
When the user was last updated (ISO 8601 format)
Update Profile
Update the current user’s profile information.Request Body
Updated first name
Updated last name
Updated email address
Response
Returns the updated user object with the same structure as the GET/me endpoint.
List Current User Invitations
List all invitations for the current user.Response
Array of invitation objects
Get Current User Invitation
Get a specific invitation for the current user.Path Parameters
The unique identifier of the invitation
Response
Returns a single invitation object with the same structure as described in the list invitations endpoint.Reply to Invitation
Reply to an invitation by accepting or declining it.Path Parameters
The unique identifier of the invitation
Request Body
Whether to accept (
true) or decline (false) the invitationResponse
Organization details if invitation was accepted, otherwise null