curl --location 'https://api.calven.com/v1/directory/user-attributes/basic' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAttributes": [
{
"attributes": {
"department": "engineering",
"costCenter": "cc-1234"
},
"userName": "jane.doe@example.com"
}
]
}'{
"results": [
{
"userName": "string",
"message": "string",
"resultCode": {}
}
]
}