Skip to main content

Users

Like any application, users are a fundamental part Harlyy's system. In this section, we will cover the different ways to manage users in your application. Users are created when they sign up via our OAuth2 system, but they can be viewed and edited via the API by third-party applications.

The User Object

Schema User not found in OpenAPI spec.

Retrieve the User

Retrieve details of a specific user

Parameters

userstringPath RequiredField must be in path.

The unique identifier of the user whose details are being retrieved.

Returns200

Successfully retrieved the specified user's details.

The User Object
Endpoint
GET /v2/users/{user}

Update the User

Update details of a specific user

Parameters

userstringPath RequiredField must be in path.

The unique identifier of the user whose details are being updated.

Schema undefined not found in OpenAPI spec.

Returns200

Successfully updated the specified user's details.

The User Object
Endpoint
PATCH /v2/users/{user}