curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/organization/members \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"role": "owner",
"status": "active",
"joined_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/organization/members \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"role": "owner",
"status": "active",
"joined_at": "2023-11-07T05:31:56Z"
}
]
}