Skip to main content
PUT
/
v2
/
business-units
/
{business_unit_id}
/
members
/
{user_id}
Add Business Unit Member
curl --request PUT \
  --url https://api.example.com/v2/business-units/{business_unit_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "email": "<string>",
  "name": "<string>",
  "given_name": "<string>",
  "family_name": "<string>",
  "profile_picture": "<string>",
  "object": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

business_unit_id
string
required
user_id
string
required

Response

Successful Response

Lightweight user for nested relationships.

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
email
string
required
name
string
required
given_name
string
required
family_name
string
required
profile_picture
string | null
required
role
enum<string>
required

Org-level role: 'admin', 'manager', or 'member'.

Available options:
admin,
member,
manager
object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.