Tool to add a user to an existing organization. Use when you have an organizationId and wish to add or create a user within it.
createbooleanSet to true to create a new user account if the user doesn't exist. When true, 'password' is required.
languagestringUI language preference. Options: ar_001 (Arabic), de_DE (German), en (English), es_419 (Spanish), fr (French), ja (Japanese), ko (Korean), pt_BR (Portuguese), uk_UA (Ukrainian).
lastNamestringLast name of the user (max 100 characters).
orgAdminbooleanSet to true to grant organization administrator privileges to this user.
passwordstringPassword for the new user account. Required when 'create' is true. Must meet password complexity requirements.
usernameRequiredstringThe email address of the user to add. Must be a valid email format.
firstNamestringFirst name of the user (max 100 characters).
accessRoleIdsarrayList of access role IDs to assign to the user (max 100). Get valid IDs from list_access_roles action.
organizationIdRequiredstringThe unique identifier of the organization. Obtain this from get_account_info or list_organization_users.
requireClickthroughbooleanSet to true to require the user to accept a clickthrough agreement before accessing the platform.
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.