GET v1/individuals returns this response:
{ "Individuals": [ { "Reference": "string", // This is the user reference on our system (DirectIDUId) "UserID": "string", "Timestamp": "2017-03-07T16:45:41.235Z", "Name": "string", "EmailAddress": "string" } ] }
The User ID is the RPUser ID (where you can include a customer reference that is relevant to your company). This can be set when creating the token via User Session Token or User Session Token with email.
The email address is also populated with User Session Token with email.
Please not that the 'Name' field is a legacy field - currently there is no endpoint to populate it.