Step 2.1: (Optional) Create User

POST {{base_url}}/public/v1/users?notify_user=false&notify_ws_admins=false

Create user, and assign license, workspaces & roles.

Find more https://developers.pandadoc.com/reference/create-user

Request Params

KeyDatatypeRequiredDescription
notify_userboolean
notify_ws_adminsboolean

Request Body

{"user"=>{"email"=>"{{new_user_email}}", "first_name"=>"New", "last_name"=>"User", "phone_number"=>""}, "workspaces"=>[{"workspace_id"=>"{{workspace_id}}", "role"=>"Member"}], "license"=>"Full"}

RESPONSES

status: Created

{"workspaces":[{"workspace_id":"MwZbjUVD5C3srSSxkpF4Aj","role":"Member","member_id":"VQDH2hdAPJBhSWmMrYa3zu"}],"user_id":"KwahvjapLm4RDf6pfyYdjA"}