v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBusers
(optional authentication) User profile details.
This endpoint will retrieve the details of a user's profile.
get/users/{userID}/profile
Path parameters
userIDinteger required
ID of the user.
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}