GET
/
api
/
v1
/
admin
/
admin-details-by-userid
curl --request GET \
  --url https://app.aptlystar.ai/api/v1/admin/admin-details-by-userid
{
  "user_id": "<string>",
  "username": "<string>",
  "email": "<string>",
  "is_admin": "<string>",
  "accountActiveStatus": true
}

Response

200 - */*

Default Response

The response is of type object.