Update the current user's organization alias
Updates the organization alias of the currently authenticated user's organization. Only organization admins can perform this action.
PATCH/v3/me/organization
JWT
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| organizationAlias* | string | Organization alias. | min: 1, max: 256, pattern: ^[a-z0-9_-]+$ |
Request Example
Responses
200
400
401
403
404
429
500