People and groups
List members
ListMembers returns everyone on the Instance, by name.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/members"{ "members": [ { "uid": "string", "name": "string", "email": "string", "role": "ROLE_UNSPECIFIED", "mustChangePassword": true, "createdAt": "string", "lastSignedInAt": "string" } ]}