https://api.ssojet.com/api/v1/users/{{userId}}/verify?client_id=string
Authorization: Bearer ********************
{ "verification_status":"true/false" }
curl --location -g --request POST 'https://api.ssojet.com/api/v1/users/{{userId}}/verify?client_id=string&client_id=' \ --header 'accept: */*' \ --header 'accept-language: en-US,en;q=0.9' \ --header 'user-agent: SSOJET API' \ --header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \ --header 'Content-Type: application/json' \ --data-raw '{ "verification_status":"true/false" }'
{ "_id": "6694c133565dfee5166d1cbb", "account_id": "668e7e5946b448ab754b44a5", "connection_id": "668e7e5946b448ab754b44a6", "email": "user@example.com", "first_name": "Test1", "last_name": "Test1", "groups": null, "raw_attributes": null, "roles": null, "passkey_credential": null, "phone_id": "", "created_at": "2024-07-15T06:26:59.006484498Z", "modified_at": "2024-07-15T06:26:59.006484498Z", "email_verified": false, "is_active": true, "LastLoginAt": null, "tenants": null, "identities": null }