Members
List members
List this organization’s members.
GET
/
v1
/
members
List members
curl --request GET \
--url https://api.getmillwork.dev/v1/members \
--cookie solverapi_session=const options = {method: 'GET', headers: {cookie: 'solverapi_session='}};
fetch('https://api.getmillwork.dev/v1/members', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"members": [
{
"created_at": "2023-11-07T05:31:56Z",
"identity_email": "<string>",
"identity_name": "<string>",
"identity_subject": "<string>",
"invited_by": "<string>",
"last_seen_at": "2023-11-07T05:31:56Z",
"role": "owner"
}
]
}{
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": 123,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
],
"retry_after_s": 123
}{
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": 123,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
],
"retry_after_s": 123
}⌘I
List members
curl --request GET \
--url https://api.getmillwork.dev/v1/members \
--cookie solverapi_session=const options = {method: 'GET', headers: {cookie: 'solverapi_session='}};
fetch('https://api.getmillwork.dev/v1/members', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"members": [
{
"created_at": "2023-11-07T05:31:56Z",
"identity_email": "<string>",
"identity_name": "<string>",
"identity_subject": "<string>",
"invited_by": "<string>",
"last_seen_at": "2023-11-07T05:31:56Z",
"role": "owner"
}
]
}{
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": 123,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
],
"retry_after_s": 123
}{
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": 123,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
],
"retry_after_s": 123
}