Returns Avatar Of The Current User
returns_avatar_of_the_current_userRetrieve the avatar image of the currently authenticated Procore user by providing a company ID.
Instructions
Returns avatar of the current user. Use this to read information about Company Settings from Procore. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/settings/my/avatar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |