roava
Toggle table of contents
0.0.5-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
roava
roava
/
dev.roava.api
/
UserApi
/
getUserInformation
get
User
Information
@
GET
(
value
=
"/v1/users/{userId}"
)
abstract
fun
getUserInformation
(
@
Path
(
value
=
"userId"
)
userId
:
Long
)
:
Call
<
UserData
>