Get sub-entity Members

Beta

Retrieve information on all users of a sub-entity that has been invited through Hosted Onboarding. Only one user can be invited to onboard the sub-entity through Hosted Onboarding.

To enable the Hosted Onboarding feature, contact your Account Manager.

Path Parameters
  • entityId
    Type: string
    required

    The 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"
    }
  ]
}