Skip to main content

Create Account​

This API submits an account creation task and returns the task ID.
The sourceId where this account will be created must be included in the attributes object. A token with ORG_ADMIN authority is required to call this API.

Request Body required
  • attributes object required

    The schema attribute values for the account

  • sourceId string required

    Target source to create an account

Responses

Async task details


Schema
  • id string

    id of the task

Loading...