Get User By ID
Returns user details given their userId. We recommend a rate limit of 5 req/sec for this endpoint.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
userId
ID of user to fetch details for
Response headers
X-RateLimit-Limit
The maximum number of requests you're permitted to make per minute.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The remaining window before the rate limit FULLY resets in UTC epoch seconds.
Response
A single user
user
system_identity
last_updated_at
Represents the timestamp indicating the most recent modification or update made to the user’s information (in ISO-8601 UTC)