Skip to main content
GET
List identity provider events

Authorizations

Authorization
string
header
required

An API key issued by a company administrator — an environment prefix (production: sdb_live_) followed by 32 characters. The prefix identifies the environment and MUST NOT be hard-coded or validated by clients; treat the whole key as opaque. Shown exactly once at creation; only a one-way hash is stored.

Scopes (granted per key on the create screen; :write never implies :read):

  • skills:read
  • skills:write
  • people:read
  • people:write
  • careers:read
  • careers:write
  • training:read
  • training:write
  • flags:read
  • flags:write
  • org:read
  • org:write
  • assessments:read
  • learning:read
  • learning:write
  • certifications:read
  • certifications:write
  • assessments:write
  • proficiency:read
  • proficiency:write
  • surveys:read
  • surveys:write
  • labels:read
  • labels:write

Query Parameters

limit
number
default:50
Required range: 1 <= x <= 200
Example:

50

offset
number
default:0
Required range: 0 <= x <= 10000
Example:

0

event
string

Event type filter, lowercase snake — one of the thirteen identity-provider event types (group and user lifecycle, permission changes, career assignment, membership).

Example:

"membership_added"

from
string<date-time>

Events on or after this time.

Example:

"2026-01-01T00:00:00Z"

to
string<date-time>

Events on or before this time.

Example:

"2026-02-01T00:00:00Z"

Only events relating to this person id.

Example:

"91"

Response

One page of the collection, enveloped.

data
object[]
required
meta
object
required