PUT - User Group ID Update
Moves the specified User to another Group under the same Enterprise.
Parameters
user_id (str): Target user ID of the user you would like to move
new_group_id (str): Target Group ID you would like to move the user to
evaluate_only (bool): Runs without actually moving user, just provides error codes.
Returns
Dict: Information about the User, alongside the new updated group ID
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?