ServiceAccounts
Rename, describe, disable, or re-enable a service account
PATCH
https://api-staging.pixwel.com/api/service-accounts/{id}The owning group cannot be changed — moving an account between groups would silently re-permission a live credential, so delete and recreate instead.
Path parameters
idstringrequired
Body
namestring
New label. Ignored if empty or whitespace-only.
descriptionstring
disabledboolean
Set true to disable the account and revoke every live token; false to re-enable it. Re-enabling does not restore revoked tokens.
Response
_idstringrequired
namestringrequired
Label describing the integration, e.g. `Nightly Sync`
usernamestringrequired
Synthetic, undeliverable address generated on creation. Not a mailbox and not a login.
groupstringrequired
ID of the owning group. The account inherits this group's permissions, and cannot be moved.
createdBystringnullrequired
ID of the user who created the account
description