Hi Community,
ver 8.5.3
Users are created with user_name and user_key having same value.
Changed only in case of conflict.
When using REST api, user_name in cwd_user table is “my.name”,
then user_key in app_user is “jirauser12345”.
just wondering if I have missed something in request itself?
{
"name": "techuser1",
"emailAddress": "email@some.thing",
"displayName": "techuser1, techuser1"
}
thx,
BB