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

KeyDatatypeRequiredDescription
channelstring(Required) Specify a particular channel to get consumer details.
addressstring(Required) The specific URL encoded address of the consumer.
pageSizenumberThe amount of results to return with the next page. Maximum allowed value is 1000.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring

RESPONSES

status: OK

[{&quot;address&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel&quot;:&quot;\u003cstring\u003e&quot;,&quot;consent&quot;:&quot;\u003cboolean\u003e&quot;,&quot;groupId&quot;:&quot;\u003cstring\u003e&quot;,&quot;reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;expires&quot;:&quot;\u003cstring\u003e&quot;},{&quot;address&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel&quot;:&quot;\u003cstring\u003e&quot;,&quot;consent&quot;:&quot;\u003cboolean\u003e&quot;,&quot;groupId&quot;:&quot;\u003cstring\u003e&quot;,&quot;reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;expires&quot;:&quot;\u003cstring\u003e&quot;}]