Skip to content

List all service accounts (integration users) in the organization

GET
/v1/service-accounts

List all service accounts in the organization

object
service_accounts
required
Array

A service account (integration user) belonging to the organization. Unlike [OrganizationMember], service accounts have no role or last_login.

object
email
required
string
first_name
required
string
icon
string | null format: image/png
Example
https://picsum.photos/200
id
required
string format: uuid
last_name
required
string
created_date
required
string format: date-time
integration_category
required

Whether this service account belongs to an incident integration, a risk integration, or both. Derived from the integration config tables; not stored in the database.

string
Allowed values: risk incident both
total
required
integer

Unauthorized

Internal server error