Initializing help system before first use

UserResource

Exposes a User to a REST API

The following resources are part of this group:

/v1/data/users/{username}

GET

Reads a user.

Parameters

name description type default
username the username of the user to read path

Response Body

element: user
media types: application/json

The user, 404 Not Found if the user could not be found, or 403 Forbidden if the user has insufficient rights to access the user.