InsionInsion
TypeScript

Retrieve a user

Retrieve one user by its Insion user ID

const user = await client.retrieveAUser({ userId: "usr_123" });

userId is the Insion ID returned by user ingestion or a list operation. The response is UserResponse with the user in data.

The returned user includes profile data, protection status, moderation action status, and any available appeal URL.