create a user
PUT
/partners/users/{new_user_email}
User Roles | Description |
---|---|
Partner | An account with access to the Partner Portal used to manage companies, devices, and users within the Partner Company. |
Custom Partner | A role with the same access scope as the Partner role, except the permissions can be customized to allow more flexibility. |
Fleet Manager | The highest user role within a company, can add users, manage all devices within company, create/manage groups, and view all events. |
Group Manager | A role that manages 1 or more company groups that they are assigned to. Can create new users, can access/manage devices and users within their assigned groups. |
User | The lowest role with access in a company. Needs to be assigned access to devices/groups before allowed to take actions. |
Custom User | A role with the same access scope as the Fleet Manager role, except permissions can be customized to allow more flexibility. |
Notification Recipient | A special type of role with no access to RoscoLive, but can be subscribed to notifications so they may receive them in their email. |
Request
Path Params
new_user_email
stringÂ
required
Cookie Params
Set-Cookie
array[string]
optional
Example:
["AWSALB=","AWSALBCORS="]
Body Params multipart/form-data
company_name
stringÂ
required
password
stringÂ
required
last_name
stringÂ
required
first_name
stringÂ
required
roles
enum<string>Â
required
Allowed values:
fleet_managergroup_managerend_usercustom_usernotification_recipient
phone_number
stringÂ
required
>= 10 characters<= 10 characters
Example:
5558675309
Match pattern:
/d{10}
partner_name
stringÂ
required
Request samples
Responses
Modified at 2024-11-22 16:19:24