✨ Get workspace members paginated
<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Retrieve the members for a specific workspace.Path parameters
Query parameters
Comma-separated list of user IDs to filter by
A page number within the paginated result set.
Number of results to return per page.
A search term.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
Changed in 2 of the 97 revisions of this API.104
- ○
added the required property
results/items/org_membership/items/flexto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/org_membership/items/user_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/organization_membership/allOf[OrganizationMembership]/flexto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/organization_membership/allOf[OrganizationMembership]/user_typeto the response with the200statusresponse-required-property-added
- ○
- ▲
the response property
results/items/avatarbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/lse_fields/allOf[LseFields]/invite_expiredbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/lse_fields/allOf[LseFields]/invite_expired_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/pausebecame nullable for the status200response-property-became-nullable
- ▲
the
results/items/active_organization_metaresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
results/items/lse_fields/allOf[LseFields]/email_notification_settingsresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
results/items/lse_fields/allOf[LseFields]/invite_expiredresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
the
results/items/org_membership/items/activeresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
the
results/items/organization_membership/allOf[OrganizationMembership]/activeresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
the
results/items/pauseresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
Of the 97 revisions, 1 has no diff computed.