Skip to main content

List all super-admins

Retrieve a list of all super-admins in the system. Only super-admins can view this list

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

List of super-admins


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • cursor_pagination object

    Cursors are opaque. Follow the tokens the server returns; never construct, parse or modify one.

  • limit integer
  • next_cursor string

    Opaque token addressing the next page. Absent on the last page.

  • prev_cursor string

    Opaque token addressing the previous page. Absent on the first page.

  • last_cursor string

    Opaque token addressing the final page directly, so a client can jump to the end without a total count.

  • total_count int64

    Total number of matching items. Returned on the FIRST page only; clients cache it for the remainder of the walk.

  • errors object[]
  • httpcode integer
  • message string
  • result object[]
  • person object
  • entity_class string

    Possible values: [unknown, identity, credential, policy, resource, application, canonical_application, canonical_identity, sensor, person]

  • entity_id string
  • identifier string
  • created_at date-time

    Timestamp when super-admin was created

  • created_by object
  • entity_class string

    Possible values: [unknown, identity, credential, policy, resource, application, canonical_application, canonical_identity, sensor, person]

  • entity_id string
  • identifier string