View Source Code

Identities

List Identities

List all identities the user is associated with.

Request

  • userToken
    string

Response

  • identityProviders
    array of objects
    • identityProviders.identityType
      string
    • identityProviders.identityId
      string

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.identities.list({
  // Request body
});