I am trying to update user in nexus through /beta/security/users/{userId}
Update an existing user.
{
"userId": "dummy",
"firstName": "dummy",
"lastName": "dummy",
"emailAddress": "dummy1@dummy.net",
"source": "default",
"status": "active",
"readOnly": true,
"roles": [
"CC_ssc"
],
"externalRoles": [
"string"
]
I am trying to remove role CC_ssc
through above, but it showed :
[
{
"id": "PARAMETER roles",
"message": "may not be empty"
}
]