Show User Info
show_user_infoRetrieve the authenticated user's information, optionally scoped to a company or project ID for directory-specific details. Returns a single JSON object.
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 when you already know which user info you want and need its full field set. Returns a single JSON object describing the user info. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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. |