🤵Users Handling
Handle the uses in the NextFUR environment.
Methods Allowed:
API ENDPOINT: /v1/users
/v1/users
GET
/@me
GET
/get/id/:id
GET
/get/session/:sessionID
/@ME
SECURITY: TRUE
- TYPE: USER SESSION
ACTION: Fetches user information for the existing session.
RESULT: JSON
-> REQUEST URL
-> REQUEST COOKIE
-> RESULT
/GET/ID
SECURITY: TRUE
- TYPE: USER SESSION
ACTION: Fetches user information by the provided ID.
RESULT: JSON
-> REQUEST URL
-> RESULT
/GET/SESSION
SECURITY: TRUE
- TYPE: USER SESSION
ACTION: Fetches user information by the provided SessionID.
RESULT: JSON
-> REQUEST URL
-> RESULT
Last updated