Show User Info
show_user_infoRetrieve authenticated user information, including company or project-specific details and a globally unique user ID. Supports paginated listing of Platform Services.
Instructions
Returns information on the authenticated user. If a company_id or project_id parameter is included, directory-specific information on the user will also be returned. Returns a globally unique user id (across companies). NOTE: This endpoint does not require the ['Procore-Company-Id' header] (https://developers.procore.com/documentation/tutorial-mpz) to be included on a request unless a company_id or project_id parameter is also included. Use this to fetch the full details of a specific Platform Services by its identifier. Returns a paginated JSON array of Platform Services. Use page and per_page to control pagination; the response includes pagination metadata. Procore API: Platform - Developer Tools > Platform Services. Endpoint: GET /rest/v1.0/me
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Query string parameter — unique identifier for the company. You must supply either a company_id or project_id in order for a name to be returned. | |
| project_id | No | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id in order for a name to be returned. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |