POST - Service Provider Admin
Builds Service Provider level administrattor.
Parameters
service_provider_id (str): Target service parovider to build account.
user_id (str): User ID of new account i.e. 'firstname.lastname@domain.com'
password (str): Web access password user needs to log in.
first_name (str): First name.
last_name (str): Last name.
language (str, optional): Find supported languages on your system. Defaults to "English".
admin_type (str, optional): Type of admin, options: 'normal', 'customer', 'password reset only'. Defaults to normal.
payload (dict, optional): Payload sent to API. Defaults to empty dict and is formatted for you.
Returns
None
How To Use:
Last updated
Was this helpful?