View API key ↗

Gets information about a specific user within an organization by their user ID, optionally including the boards data. Returns user object.

You can find the user ID of a user in your organization by using the get organization endpoint.

You will only be able to view the boards within the organization that you have access to. You will also be able to use the get board by id endpoint to get more information about them.

📘

API key

You will need to include your API key found here.

Please include the key in your header. {"X-API-KEY": <api_key>}

To include the data of the user's boards in the organization, please ensure ?include=boards is added to the end of the url.

🔒

Authorization required

This endpoint requires admin access to the organization. You must be an admin or owner of the organization to access its data.

Language
Credentials
Header
Click Try It! to start a request and see the response here!