curl --request GET \
--url https://api.example.com/organization/members \
--cookie fastapiusersauth=[
{
"user_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"role": "basic",
"is_active": true,
"is_superuser": true,
"is_verified": true,
"last_login_at": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://api.example.com/organization/members \
--cookie fastapiusersauth=[
{
"user_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"role": "basic",
"is_active": true,
"is_superuser": true,
"is_verified": true,
"last_login_at": "2023-11-07T05:31:56Z"
}
]Successful Response
basic, admin Was this page helpful?