Update Service Account
Deprecated: use user service v2 UpdateUser instead.
Change a service account/service account. It is used for accounts with non-interactive authentication possibilities.
Path Parameters
user_id*string
Request Body
application/json
description?string
name?string
accessTokenType?string
Value in
"ACCESS_TOKEN_TYPE_BEARER" | "ACCESS_TOKEN_TYPE_JWT"[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/users/string/machine" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update SAML Application Config
Update SAML Application Config: Deprecated: Use [PatchApplication](/reference/api/application/zitadel.application.v2.ApplicationService.UpdateApplication) instead to update the config of a SAML app. Update the SAML specific confi...
Update User Email (Human)
Update User Email (Human): Deprecated: use [user service v2 SetEmail](/reference/api/user/zitadel.user.v2.UserService.SetEmail) instead. Change the email address of a user. If the state is set to not verified, the user will ...