svc-org-management_other
Update a service account credential
patch/organizations/{organization_id}/service-accounts/{service_account_id}/credentials/{credential_id}
Path parameters
organization_idstring required
Organization ID or label identifier
Organization ID or label
service_account_idstring required
Identifier for API resources. A 26-char nanoid (URL/DNS safe).
Example:ab3def8hij2klm9opq5rst7uvw
Service account ID
credential_idstring required
Identifier for API resources. A 26-char nanoid (URL/DNS safe).
Example:ab3def8hij2klm9opq5rst7uvw
Credential ID
Headers
X-Client-Request-IDstring uuid
Unique request identifier specified by the originating caller and passed along by proxies.
Request body
Response
Credential updated successfully
Example response
{
"id": "ab3def8hij2klm9opq5rst7uvw",
"client_id": "A1b2C3d4E5f6G7h8I9j0K",
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}