WorkOS
user_management.invitations.accept.create
Accepts an invitation and, if linked to an organization, activates the user's membership in that organization.
Remote workos
Other tools also called user_management.invitations.accept.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the invitation."
}
}
}