PUT - Update Group
Updates an existing Group with the specified settings.
Parameters
group_id (str): Target Group ID
service_provider_id (str): Target Service Provider ID
default_domain (str): Default Domain for the Group
time_zone (int): Timezone of the Group
updates_ (dict): Dictionary of updates to apply to the group.
Returns
Dict: Returns the updated Group's information, such as the ID, userCount, Domain and Timezone.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?