get https://api.prtmb.com/api/v2/accounts//users/
Show one User, specified by user_id
in the path.
The user_id
parameter expects a UUID or the string "me". Note that the account_id
parameter must
be correct to use the "me" string. The most common way to use it correctly is /api/v2/accounts/me/users/me
.