Create a Partner

This will let a Partner create a (sub) Partner. Typically, this is an organization construct used to group Clients. For example, the Partner may want to create a (sub) Partner to group together 10 Clients so they are logically grouped for reporting purposes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The name of the entity.

string
required

A reference identifier for the entity. It's recommended that uuidv4 format be used.

string
required

Billing identifier associated with the entity.

string

A phrase used for verification purposes when calling to request a change to the Partner.

boolean
required

Status indicating if the Partner is active.

int32

Identifier of the parent Partner.

string

Name of the parent Partner.

string
required

Username of the contact.

string
required

First name of the contact.

string
required

Last name of the contact.

string
required

Email address of the contact.

string
required

Phone number of the contact.

string
enum
required

Role of the contact within the organization.

Allowed:
boolean
required

Indicates if the contact is currently active.

boolean
required

Indicates if a welcome email should be sent to the contact.

Body Params

Partner to be created.

string
required
length ≤ 255

The Partner's name.

string
length ≤ 255

The Partner's reference string. This reference is used in to identify the Partner on the Decryption APIs. It equates to the Partner ID.

string
length ≤ 50

The Partner's billing identifier.

string

The verification phrase is a message that the Partner creates. It can be used as a mechanism to authorize a partner when they initiate communication over the phone.

boolean

This property indicates if the Parter account is active or disabled.

parent
object
required

Reference to the associated Partner. When used for POST and PATCH API calls, the reference can contain either the ID or Name. With GET API calls, both properties are populated.

contact
object
required
Responses

401

Unauthorized

403

Forbidden

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