Core resources
Administration
Booking flow
Organization members.
id
uuid
Unique identifier
organization_id
uuid
Identifier of the organization this member is defined in
created_at
timestamp with time zone
Creation timestamp
updated_at
timestamp with time zone
Last modification timestamp
role
"user" | "admin" | "superuser"
Role of the member
{"id": "00000000-0000-0000-0000-000000000000","organization_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T13:44:49.813Z","updated_at": "2024-11-21T13:44:49.813Z","role": "user"}
id
Filter<>
Unique identifier
organization_id
Filter<>
Identifier of the organization this member is defined in
user_id
Filter<>
Identifier of the related user
created_at
Filter<>
Creation timestamp
updated_at
Filter<>
Last modification timestamp
role
Filter<>
Role of the member
200
A list of members with the selected columns
206
Partial Content
GET
/members
curl -X GET "https://api.bookingmood.com/v1/members?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"