Patch an account
Updates an account’s status and/or status reasons.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the account.
Body
Response
The account was updated.
The unique identifier of the account.
The connector/provider key this account connects to (e.g. workday). Always present; the full connector object requires ?expand=connector.
The current status of the account.
active, inactive, suspended, archived, expired, error Reasons explaining the current status.
The account owner's identifier in the provider's system.
The account owner's name in the provider's system.
The account type (e.g. production or test).
When the account was created.
When the account was last updated.
When the account was connected to its integration; null if unknown.
When the account expires (test accounts only); null for production.
The connector this account uses. Only present when requested via ?expand=connector.
The identifier of the connector profile this account is linked to. Only present when requested via ?expand=connector_profile.
The connector profile label: the connector profile name, appended with the authentication label (e.g. Acme | Production). Only present when requested via ?expand=connector_profile.
When the account last made a request. Only present when requested via ?expand=last_request.
The account's connector action catalog, each flagged with whether it is enabled for the connector profile. Only present when requested via ?expand=actions.
The end-user identifier within the owner, if any.