AccountsResource

The following resources are part of this group:

/accounts

GET

Gets the accounts.

Parameters

name description type default
limit the limit query
offset the offset query
businessUnit the business unit to filter by. query
version (no documentation provided) path

Response Body

element: accounts

the accounts

POST

Parameters

name description type default
version (no documentation provided) path

Request Body

element: accounts

(no documentation provided)

/accounts/{name}

The following operations are supported on this resource:

DELETE

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

GET

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

Response Body

element: account

(no documentation provided)

PUT

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

Request Body

element: account

(no documentation provided)

POST

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

Request Body

element: account

(no documentation provided)

/accounts/{accountName}/users

GET

Gets the users for a given account.

Parameters

name description type default
accountName the account name path
version (no documentation provided) path

Response Body

element: users

the users

POST

Creates the users for an account. In this version of the API only one user per account is allowed. Current password policies will be applied if the password has been specified. If passwordDigest is specified password policies will not be applied.

Parameters

name description type default
accountName the account name path
version (no documentation provided) path

Request Body

element: users

the users

/accounts/{name}/convertToLicensed

POST

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

/accounts/{accountName}/users/{userName}

The following operations are supported on this resource:

GET

Gets an user with the given name.

Parameters

name description type default
accountName the account name path
userName the user name path
version (no documentation provided) path

Response Body

element: user

the users

POST

Creates an user for an account. Replaces the user if there is an user with the same name. In this version of the API only one user per account is allowed. Current password policies will be applied if the password has been specified. If passwordDigest is specified password policies will not be applied.

Parameters

name description type default
accountName the account name path
userName the user name path
version (no documentation provided) path

Request Body

element: user

the user

PUT

Creates an user for an account. Replaces the user if there is an user with the same name. In this version of the API only one user per account is allowed. Current password policies will be applied if the password has been specified. If passwordDigest is specified password policies will not be applied.

Parameters

name description type default
accountName the account name path
userName the user name path
version (no documentation provided) path

Request Body

element: user

the user

DELETE

Parameters

name description type default
accountName (no documentation provided) path
userName (no documentation provided) path
version (no documentation provided) path

/accounts/{name}/addressBook/contacts

GET

Parameters

name description type default
name (no documentation provided) path
fullName (no documentation provided) query
primaryEmail (no documentation provided) query
limit (no documentation provided) query
offset (no documentation provided) query
version (no documentation provided) path

Response Body

element: (custom)

(no documentation provided)

POST

Parameters

name description type default
name (no documentation provided) path
version (no documentation provided) path

Request Body

element: addressBookContacts

(no documentation provided)

Response Body

element: (custom)

(no documentation provided)

/accounts/{name}/addressBook/contacts/{id}

DELETE

Parameters

name description type default
name (no documentation provided) path
id (no documentation provided) path
version (no documentation provided) path

Response Body

element: (custom)

(no documentation provided)

PUT

Parameters

name description type default
name (no documentation provided) path
id (no documentation provided) path
version (no documentation provided) path

Request Body

element: contact

(no documentation provided)

Response Body

element: (custom)

(no documentation provided)