Update Service Account
Updates a service account
Service account ID URN
Service account ID URN
{
"id": "string",
"name": "string",
"softwareId": "string",
"softwareVersion": "string",
"role": {
"name": "string",
"id": "string"
},
"uri": "string",
"org": {
"name": "string",
"id": "string"
},
"status": "string"
}
ID of this service account. Sorting on this field is not supported.
Name of the service account.
Unique identifier string to identify the client software being registered.
Version identifier string for the client software identified by software_id.
URL of a web page providing information about the client.
The status of the refresh token for this service account. CREATED: The client exists with no refresh token and no user codes REQUESTED: The client exists with no refresh token and has user codes GRANTED: The client exists with no refresh token and has a single user code marked as granted ACTIVE: The client exists with refresh token
OK
{
"id": "string",
"name": "string",
"softwareId": "string",
"softwareVersion": "string",
"role": {
"name": "string",
"id": "string"
},
"uri": "string",
"org": {
"name": "string",
"id": "string"
},
"status": "string"
}
ID of this service account. Sorting on this field is not supported.
Name of the service account.
Unique identifier string to identify the client software being registered.
Version identifier string for the client software identified by software_id.
URL of a web page providing information about the client.
The status of the refresh token for this service account. CREATED: The client exists with no refresh token and no user codes REQUESTED: The client exists with no refresh token and has user codes GRANTED: The client exists with no refresh token and has a single user code marked as granted ACTIVE: The client exists with refresh token