Get all groups for consumer
GET https://{{contactPolicyBaseURL}}/v1/groups/*/members?channel=<string>&address=<string>&pageSize=50
Returns a list of specific consumer consent definitions from all group(s) owned by the tenant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string | (Required) Specify a particular channel to get consumer details. | |
address | string | (Required) The specific URL encoded address of the consumer. | |
pageSize | number | The amount of results to return with the next page. Maximum allowed value is 1000. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
[{"address":"\u003cstring\u003e","channel":"\u003cstring\u003e","consent":"\u003cboolean\u003e","groupId":"\u003cstring\u003e","reason":"\u003cstring\u003e","expires":"\u003cstring\u003e"},{"address":"\u003cstring\u003e","channel":"\u003cstring\u003e","consent":"\u003cboolean\u003e","groupId":"\u003cstring\u003e","reason":"\u003cstring\u003e","expires":"\u003cstring\u003e"}]