Skip to main content
GET
Get a team member by ID

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings → Team API Key.

Example:

Path Parameters

identifier
string
required

Resource identifier with prefix (e.g., contact_BnKjkbBBS500CoBCP0oChQ)

Format: <prefix>_<22-character-id>

Pattern: ^[a-z_]+_[a-zA-Z0-9]{22}$
Example:

"contact_BnKjkbBBS500CoBCP0oChQ"

Response

✅ Team member retrieved successfully

id
string
Example:

"member_JkL012MnO345PqR678"

email
string<email>
Example:

"team.member@company.com"

userName
string
Example:

"johndoe"

fullName
string
Example:

"John Doe"

avatarUrl
string<uri>
Example:

"https://example.com/avatar.jpg"

created
string<date-time>
updated
string<date-time>