Ideas portal users API
List all portal users in the account
GET /api/v1/portal_users
| Name | Description |
|---|---|
page | Page number to return. |
per_page | Number of records to return per page. |
email | If provided, returns portal users with an email address matching the given value |
idea_user_id | If provided, returns only portal users associated with this idea user ID |
updated_since | If provided, returns only portal users updated after the given time (ISO 8601) |
Example request
GET /api/v1/portal_users?page=1&per_page=30Example CURL command
curl -g "https://company.aha.io/api/v1/portal_users?page=1&per_page=30" -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