Update account settings for an organization
AccountOrganizationSettings
Update account settings for an organization
This HTTP endpoint allows you to update various organization settings of an account.
Limitations:
- You cannot provide both an avatar image and an avatar URL simultaneously.
- If the provided avatar is not a square, it will be automatically cropped to fit into a square shape.
- The avatar’s size should be within the range of 50x50 pixels (minimum) to 1024x1024 pixels (maximum).
- The supported formats for avatars are PNG and JPEG, with a maximum file size of 1MB.
The account_id parameter is interchangeable with me, the organization_id parameter is interchangeable with my. The values will be sourced from the authorization in such cases.
PATCH
Update account settings for an organization
Required scopes:
accounts--my:rw, accounts--all:rwAuthorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Path Parameters
Body
Response
Object with account properties specific for a given organization.