githubEdit

List User Identities

Returns a list of all user identitiesarrow-up-right.

POST /user_identities/list β‡’ { user_identities: [user_identity, …] }
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

credential_manager_acs_system_id String


Response

Array of user_identitys

{
  JSON representation of user_identity
}

Examples

List user identities

To filter the list of user identities, specify the desired credential_manager_acs_system_id.

Code

Output

Last updated

Was this helpful?