get https://{server}/api/v2.1/admin/organizations//users/
List a team's members with their detailed information.
The is_org_admin
value in the response indicates if this member is the administrator of the team.
Response
List a team's members with their detailed information.
The is_org_admin
value in the response indicates if this member is the administrator of the team.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api/v2.1/admin/organizations/org_id/users/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: