PUT organization/…

Updates an organization record.

⚠️ Internal use

This is for internal use only!

Resource URL

https://www.drillster.com/api/2.1.1/organization/{organization_id}

Parameters

Field Type Description
organization_id
required
String The organization ID.
name
required
String The organization's name.
emailAddress
optional
String The organization's email address.
locale
optional
String The organization's locale.
contract
optional
String The organization's contract code.
mayCreateGroupMemberAccounts
optional
Boolean Whether the organization is permitted to create group member accounts.
avatarKey
optional
String A reference to an avatar image that was just uploaded.

If a PUT request has no body (i.e. the body is empty), it is still mandatory to include a Content-Length header (i.e. Content-Length: 0). Not all HTTP clients do this automatically. For more information, please see RFC 2616.

Response

A 2.1.1 Organization object, reflecting the updates.