Get sub-entity Members
Path Parameters
- Type: stringentity
Id requiredThe ID of the sub-entity
Responses
- application/json
- 401
Unauthorized
- 404
Sub-entity not found
Request Example for get/accounts/entities/{entityId}/members
Shell Curl
curl 'https://{prefix}.api.sandbox.checkout.com/accounts/entities/ent_w4jelhppmfiufdnatam37wrfc4/members' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"data": [
{
"user_id": "usr_eyk754cqieqexfh6u46no5nnha"
}
]
}