Retrieves a list of users from an account
GET
/settings/v3/users/ https://api.hubapi.com
Retrieves a list of users from an account
Parameters
query Query Parameters
| Name | Type |
|---|---|
after Results will display maximum 100 users per page. Additional results will be on the next page. | string |
limit The number of users to retrieve | number |
Responses
200 application/json
successful operation
interface CollectionResponsePublicUserForwardPaging {
paging?:ForwardPaging19 ;
results:PublicUser [];
}
paging?:
results:
}
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}