Assign a Security Group to a User Profile.
The Request Body must be a JSON object
The Response Body will be a JSON object
Bad Request, Group is not valid or User is already part of group
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "userGroupId": "7d6207c0-f423-11e9-8071-89c0c4052141",
- "userGroupName": "string"
}
{- "status": "success",
- "message": "User Profile update was successful"
}