Get organization members list
Retrieve a list of the organization members and their IDs.
Path parameters
Query parameters
Whether to include projects created and contributed to by the members.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Multiple values may be separated by commas.
A search term.
Multiple values may be separated by commas.
Multiple values may be separated by commas.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
Changed in 6 of the 97 revisions of this API.15110
- ▲
the response property
results/items/role_sourcebecame nullable for the status200response-property-became-nullable
- ▲
the
results/items/roleresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
results/items/role_sourceresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
OrganizationRoleEnumto theresults/items/roleresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
RoleSourceEnumto theresults/items/role_sourceresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
added the required property
results/items/flexto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterrole, the type/format was changed fromstring/toarray/request-parameter-type-changed
- ▲
for the
queryrequest parametertags, the type/format was changed fromstring/toarray/request-parameter-type-changed
- ●
deleted the
queryrequest parameterscoperequest-parameter-removed
- ○
for the
queryrequest parameterexclude_project_id, the type/format was generalized frominteger/tonumber/request-parameter-type-generalized
- ○
for the
queryrequest parameterexclude_workspace_id, the type/format was generalized frominteger/tonumber/request-parameter-type-generalized
- ▲
- ▲
the response property
results/items/concurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user/avatarbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user/lse_fields/allOf[LseFields]/invite_expiredbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user/lse_fields/allOf[LseFields]/invite_expired_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user/pausebecame nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/user_typebecame nullable for the status200response-property-became-nullable
- ▲
the
results/items/concurrencyresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
results/items/user/lse_fields/allOf[LseFields]/email_notification_settingsresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
results/items/user/lse_fields/allOf[LseFields]/invite_expiredresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
the
results/items/user/pauseresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
- ○
added the new optional
queryrequest parameteris_deletednew-optional-request-parameter
- ○
added the new optional
queryrequest parameteruser__last_activity__gtenew-optional-request-parameter
- ○
added the new optional
queryrequest parameteruser__last_activity__ltenew-optional-request-parameter
- ○
added the new optional
queryrequest parameteruser_typenew-optional-request-parameter
- ○
- ○
added the required property
results/items/user_typeto the response with the200statusresponse-required-property-added
- ○
Of the 97 revisions, 1 has no diff computed.