curl --request GET \
--url http://localhost:8081/admin-service/users/{id} \
--header 'origin: <origin>'{
"firstName": "<string>",
"lastName": "<string>",
"gender": "FEMININE",
"document": "<string>",
"birthDate": "2023-12-25",
"dialingCode": "<string>",
"phone": "<string>",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"email": "<string>",
"profiles": [
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"approvalStatus": "ANALYSING",
"documentDoctor": "<string>",
"documentDoctorUpdatedAt": "2023-12-25",
"type": "DOCTOR_GENERALIST",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"specialties": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userProfileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"specialtyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
],
"auth": [
{
"type": "USERPASS",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalAuthId": "<string>",
"email": "<string>"
}
],
"ratings": "<array>",
"unities": "<array>",
"institutions": "<array>"
}curl --request GET \
--url http://localhost:8081/admin-service/users/{id} \
--header 'origin: <origin>'{
"firstName": "<string>",
"lastName": "<string>",
"gender": "FEMININE",
"document": "<string>",
"birthDate": "2023-12-25",
"dialingCode": "<string>",
"phone": "<string>",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"email": "<string>",
"profiles": [
{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"approvalStatus": "ANALYSING",
"documentDoctor": "<string>",
"documentDoctorUpdatedAt": "2023-12-25",
"type": "DOCTOR_GENERALIST",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"specialties": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userProfileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"specialtyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
],
"auth": [
{
"type": "USERPASS",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"externalAuthId": "<string>",
"email": "<string>"
}
],
"ratings": "<array>",
"unities": "<array>",
"institutions": "<array>"
}User id
OK
FEMININE, MASCULINE Show child attributes
Show child attributes