LowCodeAPI
244 APIs
  • Enterprise(16)
    • GET
      Get an Enterprise
    • GET
      Get auditlog data for an Enterprise
    • GET
      Get Enterprise admin Members
    • GET
      Get signupUrl for Enterprise
    • GET
      Get Members of Enterprise
    • GET
      Get a Member of Enterprise
    • GET
      Get whether an organization can be transferred to an enterprise.
    • GET
      Get ClaimableOrganizations of an Enterprise
    • GET
      Get PendingOrganizations of an Enterprise
    • POST
      Create an auth Token for an Enterprise.
    • PUT
      Transfer an Organization to an Enterprise
    • PUT
      Update a Member's licensed status
    • PUT
      Deactivate a Member of an Enterprise.
    • PUT
      Update Member to be admin of Enterprise
    • DEL
      Remove a Member as admin from Enterprise.
    • DEL
      Delete an Organization from an Enterprise.
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
POST
PUT
PUT
PUT
PUT
DELETE
DELETE
GET
https://api.lowcodeapi.com/trello/1/enterprises/id
Path Parameters 1
id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Query Parameters 13
fieldsstring
membersstring
member_fieldsstring
member_filterstring
member_sortstring
member_sortBystring
member_sortOrderstring
organizationsstring
organization_fieldsstring
organization_paid_accounts boolean
TRUE
FALSE
organization_membershipsstring

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.
Trello