The path parameters will be sent as a URL query parameters as a part of the request.
Query Parameters 13
The query parameters will be sent as a URL query parameters as a part of the request.
Path Parameters
id*string
ID of the enterprise to retrieve.Pattern - ^[0-9a-fA-F]{24}$
Query Parameters
fieldsstring
Comma-separated list of - id; name; displayName; prefs; ssoActivationFailed; idAdmins; idMembers; (Note that the members array returned will be paginated if members is 'normal' or 'admins'. Pagination can be controlled with member_startIndex; etc but the API response will not contain the total available result count or pagination status data.Read the SCIM documentation here for more information on filtering) idOrganizations; products; userTypes; idMembers; idOrganizations
membersstring
One of - none; normal; admin;s owners; all
member_fieldsstring
One of - avatarHash ;fullName; initials; username
member_filterstring
Pass a SCIM-style query to filter members. This takes precedence over the all/normal/admins value of members.If any of the member_*args are set the member array will be paginated
member_sortstring
This parameter expects a SCIM-style sorting value prefixed by a - to sort descending.If no - is prefixed it will be sorted ascending.Note that the members array returned will be paginated if members is 'normal' or 'admins'. Pagination can be controlled with member_startIndex etc but the API response will not contain the total available result count or pagination status data.
member_sortBystring
Deprecated
member_sortOrderstring
Deprecated
member_startIndexinteger
member_countinteger
0 to 100
organizationsstring
One of - none; members; public ;all
organization_fieldsstring
Any valid value that the nested organization field resource accepts.
organization_paid_accountsboolean
Whether or not to include paid account information in the returned workspace objects
organization_membershipsstring
Response
API response data will be shown here once the request is completed.