Creates a new membership for a user within a Cal.com organization. The caller must have admin/owner access to the organization, and the target user must already exist in the system. Use CAL_RETRIEVE_USERS_IN_ORGANIZATION to get valid user IDs.
rolestringThe role to assign to the user within the organization. MEMBER has basic access, ADMIN can manage members and settings, OWNER has full control.
orgIdRequiredintegerThe unique identifier of the organization to add the membership to. The caller must have admin or owner permissions in this organization.
userIdRequiredintegerThe unique identifier of the user to add to the organization. The user must already exist in the Cal.com system.
acceptedbooleanWhether the membership should be automatically accepted. If False, the user will receive an invitation to join. If True, they are added directly.
disableImpersonationbooleanIf True, prevents organization admins and owners from impersonating this user. Useful for security-sensitive accounts.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.