List
GET/users
Lists all users for the workspace
Returns
List
curl https://api.us-west-2.fragment.dev/users{
"data": [
{
"id": "user_abc123",
"externalId": "user_ext_123",
"role": "admin"
}
]
}Returns Examples
{
"data": [
{
"id": "user_abc123",
"externalId": "user_ext_123",
"role": "admin"
}
]
}