Create an SaaS account

Provision an account for a user in a workspace.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required
number
required
Query Params
string
enum
Allowed:
Body Params
required

To create an account for a workspace, following are the steps:

  • Step 1: GET /workspaces/:workspaceId/provisioning-meta This returns a list of fields.
  • Step 2: POST /workspaces/:workspaceId/accounts Make a request based on the meta response from the previous step.
  • Step 3: GET /requests/:requestId Use requestId from previous step to check status

Continue polling this API until status changes to “finished” or “failed”. There will be a rate limit on this API, so please use an interval of 1s.

uuid

The ID of the workflow run.

Responses

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