username:passwordAuthorization: Basic *****************curl --location '/user' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"username": "scotty",
"directoryId": "2e214dec-bf44-4f58-83d0-2fa89d023e90"
}'{
"userId": "69f464fa-bca2-4f2a-83b1-0c69819c5cd0",
"applications": [
{
"active": false,
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346"
},
{
"active": false,
"accountId": "ffe4f42e-7c1a-4ea3-9ec8-087d4a1071e6",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346"
}
],
"status": "active",
"active": true,
"createdAt": "1980-01-08T22:50:15.447Z",
"updatedAt": "2019-11-07T22:45:09.722Z"
}