GET /api/v1/users/
Retrieves all details for a user by system-generated user ID or external ID. The response includes organization memberships and user metadata.
Request
Path Parameters
System-generated user ID. Must start with ‘usr_’.
Query Parameters
Your application’s unique identifier for this user. Use this to retrieve a user by your own ID instead of Scalekit’s ID.
Response
Full user object with system-generated fields and timestamps.
Unique system-generated identifier for the user Primary email address for the user Your application’s unique identifier User’s personal information including name, address, and other profile attributes
Whether the email has been verified
Phone number in E.164 format
Whether the phone number has been verified
User’s preferred language (BCP-47 format)
Custom attributes for extended user data
List of group names the user belongs to
List of external identity connections
List of organization memberships with roles and permissions
Custom key-value pairs for storing additional user context
Timestamp when the user account was created (ISO 8601)
Timestamp of the last modification (ISO 8601)
Timestamp of the user’s most recent successful authentication (ISO 8601)
Examples
Error Responses
User details retrieved successfully