/zendesk-users-orgs | Type: Application | PCID required: Yes
Tools
zendesk_users_orgs_autocomplete_organizations
Autocomplete Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | A substring of an organization to search for |
field_id | string | No | — | The id of a lookup relationship field. The type of field is determined by the source param |
source | string | No | — | If a field_id is provided, this specifies the type of the field. For example, if the field is on a “zen:user”, it references a field on a user |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_autocomplete_users
Autocomplete Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | No | — | The name to search for the user. You must specify either name or phone. |
phone | string | No | — | The phone number to search for the user. You must specify either name or phone. |
filter | string | No | — | Filter to apply to autocomplete results. Accepted values: assignable, requester. |
field_id | string | No | — | The id of a lookup relationship field. The type of field is determined by the source param |
source | string | No | — | If a field_id is provided, this specifies the type of the field. For example, if the field is on a “zen:user”, it references a field on a user |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. See Sideloading. |
per_page | integer | No | — | Number of results to return. |
brand_id | integer | No | — | When brand separation is enabled, scopes the autocomplete results to users belonging to the specified brand. Only applicable when the account has brand separation enabled. |
zendesk_users_orgs_count_groups
Count Groupszendesk_users_orgs_count_organizations
Count Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_count_users
Count Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
role | string | No | — | Filters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name |
role[] | string | No | — | Filters the results by more than one role using the format role[]={role}&role[]={role} |
permission_set | integer | No | — | For custom roles which is available on the Enterprise plan and above. You can only filter by one role ID per request |
zendesk_users_orgs_create_group
Create Groupzendesk_users_orgs_create_or_update_user
Create Or Update User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user | object | Yes | — | The user value |
zendesk_users_orgs_create_organization
Create Organization Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization | object | Yes | — | The organization value |
zendesk_users_orgs_create_user
Create User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user | object | Yes | — | The user value |
zendesk_users_orgs_delete_group
Delete Group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | integer | Yes | — | The ID of the group |
zendesk_users_orgs_delete_organization
Delete Organization Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | The ID of an organization |
zendesk_users_orgs_delete_user
Delete User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
zendesk_users_orgs_get_group
Show Group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | integer | Yes | — | The ID of the group |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. |
zendesk_users_orgs_get_organization
Show Organization Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | The ID of an organization |
include | string | No | — | Include additional related data. Supported values: lookup_relationship_fields. |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_get_user
Show User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. See Sideloading. |
zendesk_users_orgs_list_groups
List Groups Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
exclude_deleted | boolean | No | — | Whether to exclude deleted entities |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. |
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
sort | string | No | — | Field to sort results by. Prefix with - for descending order. When used with cursor pagination, this determines the cursor ordering. Example: ?sort=name or ?sort=-created_at |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_list_organization_users
List Organization Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | The ID of an organization |
role | string | No | — | Filters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name |
role[] | string | No | — | Filters the results by more than one role using the format role[]={role}&role[]={role} |
permission_set | integer | No | — | For custom roles which is available on the Enterprise plan and above. You can only filter by one role ID per request |
external_id | string | No | — | List users by external id. External id has to be unique for each user under the same account. |
sort_by | string | No | — | The field to sort users by |
sort_order | string | No | — | The sort order |
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
zendesk_users_orgs_list_organizations
List Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
sort | string | No | — | Field to sort results by. Prefix with - for descending order. When used with cursor pagination, this determines the cursor ordering. Example: ?sort=name or ?sort=-created_at |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_list_user_groups
List User Groups Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
exclude_deleted | boolean | No | — | Whether to exclude deleted entities |
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
sort | string | No | — | Field to sort results by. Prefix with - for descending order. When used with cursor pagination, this determines the cursor ordering. Example: ?sort=name or ?sort=-created_at |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_list_user_organizations
List User Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
sort | string | No | — | Field to sort results by. Prefix with - for descending order. When used with cursor pagination, this determines the cursor ordering. Example: ?sort=name or ?sort=-created_at |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
zendesk_users_orgs_list_users
List Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
role | string | No | — | Filters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name |
role[] | string | No | — | Filters the results by more than one role using the format role[]={role}&role[]={role} |
permission_set | integer | No | — | For custom roles which is available on the Enterprise plan and above. You can only filter by one role ID per request |
external_id | string | No | — | List users by external id. External id has to be unique for each user under the same account. |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. See Sideloading. |
page | object | No | — | Pagination parameter. Supports both traditional offset and cursor-based pagination: - Traditional: ?page=2 (integer page number) - Cursor: ?page[size]=50&page[after]=cursor (deepObject with size, after, before) These are mutually exclusive - use one format or the other, not both. |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
sort | string | No | — | Field to sort results by. Prefix with - for descending order. When used with cursor pagination, this determines the cursor ordering. Example: ?sort=name or ?sort=-created_at |
include_boundary_indicators | boolean | No | — | When true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]). |
include_item_cursors | boolean | No | — | When true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]). |
brand_id | integer | No | — | When brand separation is enabled, scopes the listing to users belonging to the specified brand. Only applicable when the account has brand separation enabled. |
zendesk_users_orgs_organization_related
Show Organization’s Related Information Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | The ID of an organization |
zendesk_users_orgs_search_organizations
Search Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
external_id | integer | No | — | The external id of an organization |
name | string | No | — | The name of an organization |
zendesk_users_orgs_search_users
Search Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for offset-based pagination (non-negative integer). |
per_page | integer | No | — | Number of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits. |
query | string | No | — | The query parameter supports the Zendesk search syntax for more advanced user searches. It can specify a partial or full value of any user property, including name, email address, notes, or phone. Example: query="jdoe". See the Search API. |
external_id | string | No | — | The external_id parameter does not support the search syntax. It only accepts ids. |
brand_id | integer | No | — | When brand separation is enabled, scopes the search to users belonging to the specified brand. Only applicable when the account has brand separation enabled. |
include | string | No | — | A comma-separated list of sideloads to include in the response. |
zendesk_users_orgs_show_current_user
Show Self Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. See Sideloading. |
zendesk_users_orgs_show_many_organizations
Show Many Organizations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ids | string | No | — | A list of organization ids |
external_ids | string | No | — | A list of external ids |
zendesk_users_orgs_show_many_users
Show Many Users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ids | string | No | — | Accepts a comma-separated list of up to 100 user ids. |
external_ids | string | No | — | Accepts a comma-separated list of up to 100 external ids. |
include_deleted | boolean | No | — | If true, returns inactive or deleted users. |
brand_id | integer | No | — | When brand separation is enabled and external_ids is provided, scopes the lookup to users belonging to the specified brand. Only applicable when the account has brand separation enabled. |
include | string | No | — | Sideloads to include in the response. Accepts a comma-separated list of values. See Sideloading. |
zendesk_users_orgs_show_user_related
Show User Related Information Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
zendesk_users_orgs_update_group
Update Group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | integer | Yes | — | The ID of the group |
zendesk_users_orgs_update_organization
Update Organization Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | integer | Yes | — | The ID of an organization |
zendesk_users_orgs_update_user
Update User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | integer | Yes | — | The id of the user |
user | object | Yes | — | Input schema for updating a user. All fields are optional - only include the fields you want to update. |

