# Create a PEP status for the identity **POST /users/{user_id}/kyc/identities/{identity_id}/pep_status** Create a PEP status for the identity or legal representative. ## Servers ## Parameters #### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ## Body parameters Content-type: PEP status information - **pep_status** (object) ## Responses ### 201: PEP status created and returned #### Body Parameters: (object) - **id** (string(uuid)) - **identity_id** (string(uuid)) - **is_exposed** (boolean) - **is_sanctioned** (boolean) - **check_date** (string(datetime)) - **source** (string | null) - **reason** (string | null) - **created_at** (string(datetime)) - **updated_at** (string(datetime)) ### 401: Authorization information is missing or invalid. ### 422: Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)