Organizations
Update Organization
Updates the properties of an organization. This can include its name, picture, and resource limits.
- To remove a limit, set its value to
null
. - To block usage of a resource, set its limit to
0
.
PATCH
Update Organization
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the organization (Auth0 org ID).
Example:
"org_123abc"
Body
application/json
Response
200
application/json
Organization updated successfully.
The response is of type object
.
Update Organization