# POST /users/{user_id}/kyc/identities/{identity_id}/kyc_verification **POST /users/{user_id}/kyc/identities/{identity_id}/kyc_verification** ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ### Body: (object) The Kyc Verification information - **date** (string(date)) - **method_type** (string) ## Responses ### 422 Request body has errors or invalid. ### 201 Kyc Verification created and returned #### Body: (object) - **id** (string(uuid)) - **date** (string(date)) - **method_type** (string) - **created_at** (string(datetime)) ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)