githubEdit

List ACS Users Associated with a User Identity

Returns a list of all ACS usersarrow-up-right assigned to a specified user identityarrow-up-right.

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

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

user_identity_id String (Required)

ID of the user identity for which you want to retrieve all ACS users.


Response

Array of acs_users

{
  JSON representation of acs_user
}

Examples

List ACS users for a user identity

Specify the desired user_identity_id.

Code

Output

Last updated

Was this helpful?