Get Tiers Members

Get Tiers Members

Get member details of tiers

Request
URI
POST
https://{api_host}/ni/api/ni/groups/tiers/members
COPY
Request Body
GroupsMembersRequest of type(s) application/json
Optional
{
    "entity_ids": [
        "string"
    ],
    "cursor": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TiersMembersResponse of type(s) application/json
"TiersMembersResponse Object"
array of object
results
Optional

results

string
cursor
Optional

cursor

integer As int32 As int32
total_count
Optional

total_count


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ni/api/ni/groups/tiers/members