Skip to main content
GET
List Service Users

Permissions

Requires a service user with the ViewAccountMembership permission at the enterprise level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Query Parameters

after
string | null
first
integer
default:100
Required range: 1 <= x <= 200
include_inactive
boolean
default:false

Include inactive service users (expired or removed).

Response

Successful Response

items
ServiceUser · object[]
required
end_cursor
string | null

Cursor to fetch the next page, or None if this is the last page.

has_next_page
boolean
default:false

Whether there are more items available after this page.

total
integer | null

Optional total count (can be omitted for performance).