curl --location --request GET 'https://useraccounts.srblabs.io/api/v1/organizations//members/'
{
"avatar_url": "https://example.com/avatar2.png",
"created_at": "2023-10-20T14:00:00Z",
"custom_data": {},
"email": "member@example.com",
"email_verified": true,
"first_name": "John",
"is_super_admin": false,
"joined_at": "2023-10-26T09:45:00Z",
"last_login": "2023-10-26T11:45:00Z",
"last_name": "Smith",
"organization_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"role": "MEMBER",
"updated_at": "2023-10-26T11:46:00Z",
"user_id": "b2c3d4e5-f6a7-8901-2345-67890abcdef0"
}