Add

Adds a user to the workspace. Restricted to administrators only.

Required scopes: WORKSPACE

Resource URL

POST /workspaces/:domain/members

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.

POST Parameters

NameTypeDescription
email
Required
StringEmail address of the user.

Example

Request

POST https://api.buddy.works/workspaces/buddy/members

JSON

{
  "email": "mike.benson@buddy.works"
}

Sample Response

HTTP

Status: 201 Created
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

JSON

{
  "url": "https://api.buddy.works/workspaces/buddy/member/1",
  "html_url": "https://app.buddy.works/buddy/profile/1",
  "id": 1,
  "avatar_url": "https://app.buddy.works/image-server/user/0/0/0/0/0/0/1/171d78a3db9dc63368319ef4c9af9d9c/w/32/32/AVATAR.png"
  "admin": false,
  "workspace_owner": false
}

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.