Add a number/numbers to a group (excluding 'merge' groups).
POST arguments
The following parameters should be used in a POST request:
Parameter
Value
numbers
The MSISDN (mobile number) you wish to add, if you want to add more then one use a comma delimited list.
username
The username of the source/master account, for authentication. Not required if you use HTTP Basic Authentication instead.
password
The password of the source/master account, for authentication. Not required if you use HTTP Basic Authentication instead.
The following parameters are DEPRECATED in favour of specifying the group ID/name in the URL. You should NOT use them in any new code, and should remove them from any existing code:
Parameter
Value
id (DEPRECATED)
The unique ID of the group to add to.
OR you could previously use (now DEPRECATED):
Parameter
Value
name (DEPRECATED)
The name of the group to add to.
Example successful response body XML:
Response meanings:
XML tag/attribute
Meaning
added
A list of numbers that were successfully added to the group.
stopped
A list of numbers that were not added to the group because they were already present in a 'stop group'. A 'stop group' contains numbers that should not receive messages.
duplicates
A list of numbers that were not added to the group because they were already present in the group.
quantity
The count of numbers in the added, stopped or duplicates list.
number
A mobile number that was added, stopped, or a duplicate. Note that this will always be in international format.
Specific errors:
Code
Meaning
0
The group ID or name was not specified or was invalid.
1
DEPRECATED. A 404 status code is returned instead.
2
No numbers were supplied for adding to the group.
3
A number was not of a valid format.
4
This service will not add to a merge group. Merge groups are not handled by this resource.
A 404 status code is returned if the group specified does not exist.