Tool to create a user invite for onboarding new employees to Ramp. Triggers an async task to send an invite email. Users must accept the invite to be onboarded. Assign users to specific entities using location_id.
roleRequiredstringThe employee's role in the organization. Note that BUSINESS_OWNER is not an invitable role
emailRequiredstringThe employee's email address where the invite will be sent
last_nameRequiredstringLast name of the employee (max 255 characters)
first_nameRequiredstringFirst name of the employee (max 255 characters)
is_managerbooleanWhether the employee is a manager
location_idstringUnique identifier of the employee's location. Use this to assign the user to a specific entity (locations are mapped to entities with many-to-one relationship)
department_idstringUnique identifier of the employee's department (UUID format)
idempotency_keyRequiredstringA unique value generated by the client which the server uses to recognize subsequent retries of the same request. Use a random generated UUID to avoid collisions
direct_manager_idstringUnique identifier of the employee's direct manager (UUID format)
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.