Create a Team Member
Add team members of your organization to the workspace so you can work together on the processes.
Create a team
POST
https://{{workspace}}.myeshopbox.com/api/v1/user-account-mapping
This endpoint allows to add team member in group to use resources.
Headers
Name
Type
Description
Authorization
string
The Bearer token which allows to access API
Request Body
Name
Type
Description
string
Email address of an invited user
role
string
Role(user,admin) for which invitation is to be sent
userGroups
array
invited user is added to a single or multiple groups or can create a new group
Last updated