Idea users API

Get a specific idea user

GET /api/v1/idea_users/:id

Parameters
NameDescription
id *

Numeric ID of the contact

fields

Comma-separated list of fields to include in the response. Use * to include all default fields. When omitted, a default set of fields is returned. Supported fields: id, name, email, created_at, title, phone, discovery_interview_count, discovery_last_invite, discovery_last_interview, discovery_next_interview, idea_organizations, discovery_groups, portal_users, custom_fields, and integration_fields. Some fields (for example title, phone, and portal_users) are only returned when named explicitly and are not included by *. The discovery_* fields require a Discovery flavor.

Example request

GET /api/v1/idea_users/1056507375

Example CURL command

curl -g "https://company.aha.io/api/v1/idea_users/1056507375" -X GET \
	-H "Authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76" \
	-H "Content-Type: application/json" \
	-H "Accept: application/json"

Request

authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76
contentType: application/json
accept: application/json

Response

Status: 200 OK
contentType: application/json; charset=utf-8

Response body