Grants KYC for the user

GRANTS KYC FLAG FOR THE USER

Sets the KYC flag for the user.

PUT /tokens/{tokenId}/{username}/grant-kyc

Sets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

tokenID*

String

Token ID

username*

String

Username

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/TokenInfo'
}

Last updated