Users

Get user profile

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
chevron-right
200

Profile retrieved

No content

get
/users/profile
200

Profile retrieved

No content

Update user profile

put
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
chevron-right
200

Profile updated

No content

put
/users/profile
200

Profile updated

No content

Change password

put
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
chevron-right
200

Password updated

No content

put
/users/change-password
200

Password updated

No content

Get all users (admin)

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
chevron-right
200

Users retrieved

No content

get
/users
200

Users retrieved

No content

Get user by ID (admin)

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Path parameters
idstringRequired
Responses
chevron-right
200

User retrieved

No content

get
/users/{id}
200

User retrieved

No content

Delete user (admin)

delete
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Path parameters
idstringRequired
Responses
chevron-right
200

User deleted

No content

delete
/users/{id}
200

User deleted

No content

Update user role (admin)

put
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Path parameters
idstringRequired
Responses
chevron-right
200

Role updated

No content

put
/users/{id}/role
200

Role updated

No content

Update user status (admin)

put
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Path parameters
idstringRequired
Responses
chevron-right
200

Status updated

No content

put
/users/{id}/status
200

Status updated

No content

Update user balance (admin)

put
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Path parameters
idstringRequired
Responses
chevron-right
200

Balance updated

No content

put
/users/{id}/balance
200

Balance updated

No content

Last updated