Update a service account
PUT/iam/v1/service_accounts/:id
Update a service account.
Request
Path Parameters
id stringrequired
A unique identifier for a service_account
.
- application/json
Body
required
Updated service_account
information.
contact_email string
Email address of the person or group that is managing this service account.
description
A description for this service account.
Responses
- 202
Successful response.
- application/json
- Schema
- Example (from schema)
Schema
client_id string
Service account's client ID, formatted as an email address.
contact_email string
Email address for the user or group managing this service account.
description
Service account's description.
id string
Unique ID for this service account.
name string
Service account's name.
tsg_id string
Service account's tenant service group ID.
{
"client_id": "api-client@1746292031.iam.panserviceaccount.com",
"contact_email": "user@example.com",
"description": "A client for our dashboard",
"id": "72caf04d-cd05-4207-921e-e673b9c0b423",
"name": "api-client",
"tsg_id": "1746292031"
}
Loading...