/{connector_id}/create_account

Create a new user account in the third-party system.

This operation creates a new user account with the specified details and required entitlements. The account creation process may vary between integrations, but typically involves:

  • Creating the base user account with provided personal information
  • Assigning the required entitlements (permissions, licenses, etc.) that must be set during creation
  • Setting up the initial account status

Note: Only entitlements that are required for account creation should be specified here. Optional entitlements should be assigned after creation using the assign_entitlement operation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
auth
object

Authentication credentials, which can be one of several types.

credentials
array of objects
credentials
request
object
required

Base request payload to create a new user account. Each connector can extend this class to add connector-specific fields.

boolean

Whether to include raw data in the response.

page
object

Pagination parameters for requests and responses.

settings
object

Connector-specific settings for the request.

These are settings that are shared across all capabilities.

Usually contain additional required configuration options not specified by the capability schema.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json