APIs
Users
Retrieve and manage user data
Users
Users APIs provide access to user profile information. Use these endpoints to retrieve user data.
Get User
Retrieve a user’s public profile information by their username.
Search Users
Search for users based on a query string.
Get User
Retrieve a user’s public profile information based on their username.
This endpoint requires authentication using a bearer token with the users:read
scope.
Path Parameters
The username of the user to retrieve
Response
Response status message
Search Users
Search for users based on a query string.
This endpoint requires authentication using a bearer token with the users:read
scope.
Query Parameters
Search query string (min 3 characters)
Number of results to return (max 100)
Response
Response status message