List all Number Group Memberships
Returns a list of a Number Group's Memberships. The memberships are
returned sorted by creation date, with the most recent appearing
first.
Permissions
The API token must include the following scopes: Numbers.
Path Parameters |
---|
NumberGroupId uuid — REQUIREDUnique ID of the number group |
Responses |
---|
Schema — OPTIONAL |
---|
links object — OPTIONALself string — OPTIONAL | first string — OPTIONAL | next string — OPTIONAL | prev string — OPTIONAL |
| data object[] — OPTIONALid uuid — OPTIONALThe unique identifier of the Number Group Membership on SignalWire. This can be used to delete the membership programmatically. | number_group_id uuid — OPTIONALThe unique identifier of the Number Group this membership is associated with. | phone_number object — OPTIONALA representation of the phone number this membership is associated with. id uuid — OPTIONAL | name string — OPTIONAL | number string — OPTIONAL | capabilities string[] — OPTIONAL |
|
|
|