GET
/
api
/
partners
/
get-user-status
/
{email}
curl --request GET \
  --url https://dev.users.niobi.co/api/partners/get-user-status/{email}
{
  "success": true,
  "message": "<string>",
  "status": "<string>"
}

Path Parameters

email
string
required

The email address of the user

Response

200
application/json
Success

The response is of type object.