Workspace Add User

POST {{base_url}}/public/v1/workspaces/{{workspace_id}}/members?notify_user=true&notify_ws_admins=true

Add existing User to Workspace.

Find more https://developers.pandadoc.com/reference/add-member-to-workspace

Request Params

KeyDatatypeRequiredDescription
notify_userboolean
notify_ws_adminsboolean

Request Body

{"user_id"=>"{{user_id}}", "role"=>"Member"}

RESPONSES

status: Created

{"member_id":"iMymdDd9XFD3HyxP5VD67Q","workspace_id":"2eWSKSvVqmuVCnuUK3iWwD","role":"Admin","email":"email@example.com","first_name":"John","last_name":"Doe"}