WorkOS
user_management.invitations.by_token.get
Retrieve an existing invitation using the token.
Remote workos
Other tools also called user_management.invitations.by_token.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "The token used to accept the invitation."
}
}
}