Clone account

📘

NOTE:

Accounts API is currently available on a limited basis. Contact our Customer Support Team if you’d like to explore using this API.

Use this endpoint to clone an account. The account corresponding to the account ID in the path of your request is used as the source account. Configuration properties of the source account are applied to the new account.

You may include contact details for an initial user in the request. Telesign uses those details to send an invitation to sign in to that user, so it's important to ensure that info is valid. You can manually create additional users in your account.

Users and permissions are not copied from the source account.

General requirements

  • Authentication: Basic (easiest to implement) or Digest
  • Encoding: Accepts only UTF-8 unicode characters as inputs.
  • Accepts: application/json
  • Responds with: application/json
  • Required headers: Content-Type - application/json
Path Params
string
required

Identifies the source account to clone.

Body Params
string
required

The name of this account. This must be unique within your organization.

users
array of objects
required
length between 0 and 1

All new users to be created and given access to this account. Do not include existing users from your organization.

users*
Responses

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