PUT
/
organization

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

input
object
required

Organization update input.

Body

application/json
input
object
required

Organization update input.

Response

200 - application/json
id
any
required

A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c

name
string
required

The name of the Organization. This is the name that will be displayed to users when interacting with signature requests from this organization.

logo
any
required

The logo of the Organization. This is the logo that will be displayed to users when interacting with signature requests from this organization.

emailAddress
any
required

Email address of the organization. Updates and notifications will be sent to this address, as well as the billing information.

quota
object

Quotas of the Organization.

policies
object

Policies of the Organization.

createdAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.

updatedAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.