curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/members{
"members": [
{
"user_id": "<string>",
"role": "owner",
"joined_at": "2023-11-07T05:31:56Z",
"user_email": "<string>"
}
],
"total": 123
}List organization members.
curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/members{
"members": [
{
"user_id": "<string>",
"role": "owner",
"joined_at": "2023-11-07T05:31:56Z",
"user_email": "<string>"
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.