ServiceAccountDto
A platform service account as seen by a client: a non-human account that belongs to the network. Its role/membership_status come from the companion network-member record. Internal fields (version, info, created_by) are not exposed.
idstring
The service account id
Example:
7Hb2Kp9QvL3mNx0R8tZ4namestring
Human-readable label
Example:
billing-syncdescriptionstringnullable
Optional free-text description of what the account is used for
Example:
Automated nightly billing reconciliationstatusstring
Account status
Possible values: [active, disabled]
Example:
activerolestring
Network role held by the account
Possible values: [admin, viewer]
Example:
viewermembership_statusstring
Membership status
Possible values: [active, pending, suspended]
Example:
activenetwork_urlstring
Link to the owning network
Example:
https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4created_atdate-time
When the account was created
Example:
2026-01-15T09:30:00Zupdated_atdate-time
When the account was last updated
Example:
2026-01-15T09:30:00ZServiceAccountDto
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"name": "billing-sync",
"description": "Automated nightly billing reconciliation",
"status": "active",
"role": "viewer",
"membership_status": "active",
"network_url": "https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-01-15T09:30:00Z"
}