Members

List DECT phone members

get

Retrieve a collection of DECT phone members.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of DECT phone.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
chevron-right
200

OK

application/json
get
/dect_phones/{id}/members

Update DECT phone member list

post

Update DECT phone member list.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of DECT phone.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Body
Responses
chevron-right
200

OK

No content

post
/dect_phones/{id}/members

No content

Check DECT phone member

get

Check if extension is in DECT phone member list.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of DECT phone.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
extension_numberstring · min: 3 · max: 64Required

The extension number.

Pattern: [0-9]{3,64}
Responses
chevron-right
200

OK

application/json
idall ofRead-onlyOptional

The unique ID of extension.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
extension_numberall ofOptional

The extension number of extension.

string · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
display_nameall ofRead-onlyOptional

The display name of extension.

string · max: 1024Optional

The display name of user.

ipuistringOptional

The International Portable User Identity.

handset_indexstringOptional

The handset index.

get
/dect_phones/{id}/members/{extension_number}