GET /rest/v1.0/me
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.
Servers
- https://api.procore.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | No |
Unique identifier for the project. You must supply either a company_id or project_id in order for a name to be returned. |
company_id |
Integer | No |
Unique identifier for the company. You must supply either a company_id or project_id in order for a name to be returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.