Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Invite a company team member

POST
/api/v3/teams/company
curl --request POST \
--url https://api.tryletterhead.com/api/v3/teams/company \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "[email protected]", "role": "content_contributor", "channels": [ "amazing-example" ], "accountAdminAccess": false }'

Invites someone to your company’s team, scoped to the channels and role you give them.

Media type application/json
object
email
required
string
name
string
surname
string
role
required
string
Allowed values: administrator content_contributor
channels
required

Channel slugs this member has access to.

Array<string>
accountAdminAccess
required
boolean
temporary

Whether the grant expires automatically.

boolean
expiresInDays

Days until a temporary grant expires (1-365).

integer
Example
{
"email": "[email protected]",
"role": "content_contributor",
"channels": [
"amazing-example"
],
"accountAdminAccess": false
}

Team member invited

Media type application/json
object
items
Array
message
string
total
integer
Example
{
"items": [],
"message": "Team member invited successfully.",
"total": 10
}

Still can’t find what you need? Contact support.