Skip to main content
Server path: /zendesk-users-orgs | Type: Application | PCID required: Yes

Tools

ToolDescription
zendesk_users_orgs_autocomplete_organizationsAutocomplete Organizations
zendesk_users_orgs_autocomplete_usersAutocomplete Users
zendesk_users_orgs_count_groupsCount Groups
zendesk_users_orgs_count_organizationsCount Organizations
zendesk_users_orgs_count_usersCount Users
zendesk_users_orgs_create_groupCreate Group
zendesk_users_orgs_create_or_update_userCreate Or Update User
zendesk_users_orgs_create_organizationCreate Organization
zendesk_users_orgs_create_userCreate User
zendesk_users_orgs_delete_groupDelete Group
zendesk_users_orgs_delete_organizationDelete Organization
zendesk_users_orgs_delete_userDelete User
zendesk_users_orgs_get_groupShow Group
zendesk_users_orgs_get_organizationShow Organization
zendesk_users_orgs_get_userShow User
zendesk_users_orgs_list_groupsList Groups
zendesk_users_orgs_list_organization_usersList Organization Users
zendesk_users_orgs_list_organizationsList Organizations
zendesk_users_orgs_list_user_groupsList User Groups
zendesk_users_orgs_list_user_organizationsList User Organizations
zendesk_users_orgs_list_usersList Users
zendesk_users_orgs_organization_relatedShow Organization’s Related Information
zendesk_users_orgs_search_organizationsSearch Organizations
zendesk_users_orgs_search_usersSearch Users
zendesk_users_orgs_show_current_userShow Self
zendesk_users_orgs_show_many_organizationsShow Many Organizations
zendesk_users_orgs_show_many_usersShow Many Users
zendesk_users_orgs_show_user_relatedShow User Related Information
zendesk_users_orgs_update_groupUpdate Group
zendesk_users_orgs_update_organizationUpdate Organization
zendesk_users_orgs_update_userUpdate User

zendesk_users_orgs_autocomplete_organizations

Autocomplete Organizations Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesA substring of an organization to search for
field_idstringNoThe id of a lookup relationship field. The type of field is determined by the source param
sourcestringNoIf 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
namestringNoThe name to search for the user. You must specify either name or phone.
phonestringNoThe phone number to search for the user. You must specify either name or phone.
filterstringNoFilter to apply to autocomplete results. Accepted values: assignable, requester.
field_idstringNoThe id of a lookup relationship field. The type of field is determined by the source param
sourcestringNoIf 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
includestringNoSideloads to include in the response. Accepts a comma-separated list of values. See Sideloading.
per_pageintegerNoNumber of results to return.
brand_idintegerNoWhen 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 Groups

zendesk_users_orgs_count_organizations

Count Organizations Parameters:
ParameterTypeRequiredDefaultDescription
include_boundary_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
rolestringNoFilters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name
role[]stringNoFilters the results by more than one role using the format role[]={role}&role[]={role}
permission_setintegerNoFor 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 Group

zendesk_users_orgs_create_or_update_user

Create Or Update User Parameters:
ParameterTypeRequiredDefaultDescription
userobjectYesThe user value

zendesk_users_orgs_create_organization

Create Organization Parameters:
ParameterTypeRequiredDefaultDescription
organizationobjectYesThe organization value

zendesk_users_orgs_create_user

Create User Parameters:
ParameterTypeRequiredDefaultDescription
userobjectYesThe user value

zendesk_users_orgs_delete_group

Delete Group Parameters:
ParameterTypeRequiredDefaultDescription
group_idintegerYesThe ID of the group

zendesk_users_orgs_delete_organization

Delete Organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idintegerYesThe ID of an organization

zendesk_users_orgs_delete_user

Delete User Parameters:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user

zendesk_users_orgs_get_group

Show Group Parameters:
ParameterTypeRequiredDefaultDescription
group_idintegerYesThe ID of the group
includestringNoSideloads to include in the response. Accepts a comma-separated list of values.

zendesk_users_orgs_get_organization

Show Organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idintegerYesThe ID of an organization
includestringNoInclude additional related data. Supported values: lookup_relationship_fields.
include_boundary_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user
includestringNoSideloads to include in the response. Accepts a comma-separated list of values. See Sideloading.

zendesk_users_orgs_list_groups

List Groups Parameters:
ParameterTypeRequiredDefaultDescription
exclude_deletedbooleanNoWhether to exclude deleted entities
includestringNoSideloads to include in the response. Accepts a comma-separated list of values.
pageobjectNoPagination 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_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
sortstringNoField 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
organization_idintegerYesThe ID of an organization
rolestringNoFilters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name
role[]stringNoFilters the results by more than one role using the format role[]={role}&role[]={role}
permission_setintegerNoFor custom roles which is available on the Enterprise plan and above. You can only filter by one role ID per request
external_idstringNoList users by external id. External id has to be unique for each user under the same account.
sort_bystringNoThe field to sort users by
sort_orderstringNoThe sort order
pageobjectNoPagination 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_pageintegerNoNumber 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:
ParameterTypeRequiredDefaultDescription
pageobjectNoPagination 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_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
sortstringNoField 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user
exclude_deletedbooleanNoWhether to exclude deleted entities
pageobjectNoPagination 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_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
sortstringNoField 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user
pageobjectNoPagination 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_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
sortstringNoField 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen 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:
ParameterTypeRequiredDefaultDescription
rolestringNoFilters the results by role. Possible values are “end-user”, “agent”, “admin”, or a custom role name
role[]stringNoFilters the results by more than one role using the format role[]={role}&role[]={role}
permission_setintegerNoFor custom roles which is available on the Enterprise plan and above. You can only filter by one role ID per request
external_idstringNoList users by external id. External id has to be unique for each user under the same account.
includestringNoSideloads to include in the response. Accepts a comma-separated list of values. See Sideloading.
pageobjectNoPagination 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_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
sortstringNoField 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_indicatorsbooleanNoWhen true, includes has_more indicator in the cursor pagination response meta. Only valid with cursor pagination (page[size], page[after], page[before]).
include_item_cursorsbooleanNoWhen true, includes cursor values for each item in the cursor pagination response. Only valid with cursor pagination (page[size], page[after], page[before]).
brand_idintegerNoWhen brand separation is enabled, scopes the listing to users belonging to the specified brand. Only applicable when the account has brand separation enabled.

Show Organization’s Related Information Parameters:
ParameterTypeRequiredDefaultDescription
organization_idintegerYesThe ID of an organization

zendesk_users_orgs_search_organizations

Search Organizations Parameters:
ParameterTypeRequiredDefaultDescription
external_idintegerNoThe external id of an organization
namestringNoThe name of an organization

zendesk_users_orgs_search_users

Search Users Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number for offset-based pagination (non-negative integer).
per_pageintegerNoNumber of records to return per page. Note: Default and maximum values vary by endpoint. Check endpoint-specific documentation for limits.
querystringNoThe 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_idstringNoThe external_id parameter does not support the search syntax. It only accepts ids.
brand_idintegerNoWhen brand separation is enabled, scopes the search to users belonging to the specified brand. Only applicable when the account has brand separation enabled.
includestringNoA comma-separated list of sideloads to include in the response.

zendesk_users_orgs_show_current_user

Show Self Parameters:
ParameterTypeRequiredDefaultDescription
includestringNoSideloads to include in the response. Accepts a comma-separated list of values. See Sideloading.

zendesk_users_orgs_show_many_organizations

Show Many Organizations Parameters:
ParameterTypeRequiredDefaultDescription
idsstringNoA list of organization ids
external_idsstringNoA list of external ids

zendesk_users_orgs_show_many_users

Show Many Users Parameters:
ParameterTypeRequiredDefaultDescription
idsstringNoAccepts a comma-separated list of up to 100 user ids.
external_idsstringNoAccepts a comma-separated list of up to 100 external ids.
include_deletedbooleanNoIf true, returns inactive or deleted users.
brand_idintegerNoWhen 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.
includestringNoSideloads to include in the response. Accepts a comma-separated list of values. See Sideloading.

Show User Related Information Parameters:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user

zendesk_users_orgs_update_group

Update Group Parameters:
ParameterTypeRequiredDefaultDescription
group_idintegerYesThe ID of the group

zendesk_users_orgs_update_organization

Update Organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idintegerYesThe ID of an organization

zendesk_users_orgs_update_user

Update User Parameters:
ParameterTypeRequiredDefaultDescription
user_idintegerYesThe id of the user
userobjectYesInput schema for updating a user. All fields are optional - only include the fields you want to update.