InsionInsion
Java

Retrieve a user

Retrieve one user by its Insion user ID

UserResponse response = client.retrieveAUser("usr_123");

userId is the Insion ID returned by user ingestion or listUsers. Get the stored user from response.getData().

Method signature

UserResponse retrieveAUser(String userId)
UserResponse retrieveAUser(String userId, RequestOptions options)
UserResponse retrieveAUser(String userId, GetApiV1UsersUserIdRequest request)
UserResponse retrieveAUser(String userId, GetApiV1UsersUserIdRequest request, RequestOptions options)

The user data includes profile fields, protection status, action status, and any appeal URL supplied by Insion.

On this page