InsionInsion
PHP

Retrieve a user

Retrieve one user by its Insion user ID

$response = $client->retrieveAUser('usr_123');

retrieveAUser(string $userId, ?array $options = null): ?UserResponse requires the Insion userId, not the application clientId. The response includes the user’s profile, protection state, action status, and appeal URL when available.