PingOne Platform APIs

Task 3: Test the Workflow

The Test the Workflow endpoints usually perform the following actions:

  • Send an authorization request.

  • Perform any sign-on actions.

  • Call the token endpoint to ge tan access token.

However, in this workflow, you will call a /users endpoint to verify that your use is a member of an assigned group.

What you’ll do

Verify the user’s group membership.

  • GET request to read all users in a specified group.

  • GET request to read all groups associated with a specified user.