Skip to main content
Omnitracs Knowledge Base

List Group Members

getGroupMemberList  

Gets all all the members of the named group.

GetGroupMemberListResponse getGroupMemberList(GetGroupMemberListRequest request)

Elements in the GetGroupMemberListRequest:

  •  groupName: - The name of the group to retrieve the names of.
     

Sample XML Request

Only the SOAP body is shown. To see a sample SOAP Envelope and Header, click here.

<SOAP-ENV:Body>
  <getGroupMemberListRequest xmlns="http://www.qualcomm.com/qgs">
    <groupName>A Test Group</groupName>
  </getGroupMemberListRequest>
</SOAP-ENV:Body>

 


Sample XML Response

If there are no groups, and empty list will be returned.

<SOAP-ENV:Body>
  <ns2:getGroupMemberListResponse xmlns:ns2="http://www.qualcomm.com/qgs">
    <ns2:vehicle>
      <ns2:ua>105300001</ns2:ua>
    </ns2:vehicle>
  </ns2:getGroupMemberListResponse>
</SOAP-ENV:Body>

Note: In this implementation, the vehicle Ids in the <vehicle> element will not be filled in.
 

Exceptions

002: Required field not specified. Only the empty getGroupMemberListRequest is required.
005: Internal error: Call to the Get Group Member List API failed.
009: Group was not found.

  • Was this article helpful?