creatorIsIdVerified
Gets ID verification status for a user that has a public talent hub profile.
Parameters
Name | Type | Description |
---|---|---|
userId | UserId | The id of the user to get verification info about. |
Example
const { data: isIdVerified } = await ClassicTalentApi.creatorIsIdVerified({ userId: 45348281 });
Example Data
{ data: [{ userId: 45348281, isVerified: false }] }
Endpoint
GET /v1/users/verification