Orgs
Patch a member for an organization
PATCH
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Body
application/json
Body
The member's email.
The member's role.
Available options:
Representative
, Viewer
, Owner
Response
200
application/json
200
The organization's unique identifier.
The organization's name.
Required string length:
2 - 30
Example:
"Happyrobot"
The organization's API key.
The organization's members.
The organization's description.
Example:
"A company that builds AI assistants."
The organization's logo. Can be a URL or a base64 encoded image.
The organization's Twilio credentials.
The organization's attributes.
Example:
["Logistics", "Warehousing"]
Was this page helpful?