POST - Group Admin
Builds a group-level administrator.
Parameters
service_provider_id (str): Service provider ID where the admin should be built.
group_id (str): Group ID where the admin should be built
user_id (str): User Id of the admin.
password (str): Password for the administrator profile. Note get.password_generate() can be used to get this.
payload (dict, optional): Admin configuration data.
Returns
Dict: Returns the admin profile.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?