This endpoint lets fetch a user by its id. More information about the user can be obtained.
A list of keywords can be provided with the expand property in the request body. For each keyword provided, extra information about the user will be returned in the response.
{
expand: ("activeAfter" | "activeAfter")[];
}
By default, a "detailed" user object will be returned. Additional properties can will be added on top of the detailed object.
Detailed & {
activeAfter?: number | null; // seconds
activeBefore?: number | null; // seconds
}