Authorizations
Body
application/json
Request model to create a directory member.
Name of the directory member
Examples:
"Jane Doe"
Type of the directory member
Examples:
"contact"
List of extensions for the directory member
Examples:
[
{
"name": "work",
"numbers": [
{
"number": "+1234567890",
"rules": [{ "language": "en" }]
}
]
}
]Tags for the directory member
Examples:
{ "tag1": ["value1"], "tag2": ["value2"] }Response
Successful Response
Model for a directory member (i.e. a contact).
Name of the directory member
Examples:
"Jane Doe"
Type of the directory member
Examples:
"contact"
Internal ID of the directory member
Examples:
1
Timestamp of most recent update
Examples:
"2024-01-01T00:00:00Z"
List of extensions for the directory member
Examples:
[
{
"name": "work",
"numbers": [
{
"number": "+1234567890",
"rules": [{ "language": "en" }]
}
]
}
]Tags for the directory member
Examples:
{ "tag1": ["value1"], "tag2": ["value2"] }Email of the user who last updated the directory member
Examples:
"user@email.com"

