Overview
The user query is designed to fetch details associated with a specific user id.Arguments
id
is an optional argument. Not passing an ID to this query will return user details for the
owner of the API keySchema
Fields available to the User queryUsage Example
Error Codes
List of possible error codes that may be returned by theuser
query. Full list of error codes can be found here.
object_not_found (user)
object_not_found (user)
The user ID you are trying to query does not exist.
not_in_team
not_in_team
The user ID you are trying to query is not in your team.