Group Management
You can provision groups, delete groups, and manage administrators of groups.
Group Provisioning
The following code is an example of a CSV file for
BulkGroupProvisioning:
ExternalId, Attr.*, Attr.Field1, Attr.CompanyName, Status, Tier, Admin.*, Admin.ExternalId
grp5220, CustomMtxGroupExtension, 2, WorldDom, 1, P1, MtxSubscriberSearchData, subscriberId20
Group Deletion
There is only one column for group deletion: GroupSearchData. The value can be the ObjectID, ExternalID, or the index value in a MtxRequestMulti operation.
Group Add Administrator
User Creation Column Headings describes the group add
administrator (BulkGroupAddAdmin) CSV column headings. Include optional column
headings such as
LoginId
and AccessId
in any
order.Column Heading | Required/Optional | Description |
---|---|---|
GroupSearchData | Required | This heading is used to identify the group. The format
must be ID type + ID value (for example,
ExternalId+extId23 ). Valid ID types
are:
|
AccessId | Optional | The access ID. |
AccessNumber | Optional | The access number. |
ExternalId | Optional | The external ID for the user. |
Imsi | Optional | The IMSI. |
LoginId | Optional | The login ID. |
MultiRequestIndex | Optional | The multi-request index value. |
ObjectId | Optional | The subscriber's object ID. |