External Identities

List External Identities for an Actor

get/actors/{actor_id}/external_identities

Path parameters

actor_idstring required

Actor ID

Query parameters

limitinteger

Limit External Identities returned

page_cursorstring

Next/Prev page cursor

Response

ExternalIdentity List Response

Example response

{
  "data": [
    {
      "account_id": "5e6f7d8c-9b0a-1c2d-3e4f-5a6b7c8d9e0f",
      "actor_id": "8f44a02b-b8eb-406f-8202-4274bf60ebd0",
      "directory_id": "9f8e7d6c-5b4a-3c2b-1a0e-9f8e7d6c5b4a",
      "family_name": "Doe",
      "given_name": "John",
      "id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
      "idp_id": "2551705710219359",
      "inserted_at": "2025-01-15T12:34:56.789Z",
      "issuer": "https://accounts.google.com",
      "name": "John Doe",
      "picture": "https://example.com/avatar1.jpg",
      "synced_at": "2025-01-15T12:34:56.789Z"
    },
    {
      "account_id": "5e6f7d8c-9b0a-1c2d-3e4f-5a6b7c8d9e0f",
      "actor_id": "38c92cda-1ddb-45b3-9d1a-7efc375e00c1",
      "directory_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
      "family_name": "Smith",
      "given_name": "Jane",
      "id": "8a70eb96-e74b-4cdc-91b8-48c05ef74d4c",
      "idp_id": "2638957392736483",
      "inserted_at": "2025-01-15T11:22:33.456Z",
      "issuer": "https://company.okta.com",
      "name": "Jane Smith",
      "picture": "https://example.com/avatar2.jpg",
      "synced_at": "2025-01-15T11:22:33.456Z"
    }
  ],
  "metadata": {
    "limit": 10,
    "next_page": "98776234123",
    "prev_page": "123123425",
    "total": 100
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.