nooks
GitHubInstall
Sessions and passwords

Get current member

GetCurrentMember returns whoever the session cookie belongs to.

GET
/api/v1/auth/me

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/auth/me"
{  "member": {    "uid": "string",    "name": "string",    "email": "string",    "role": "ROLE_UNSPECIFIED",    "mustChangePassword": true,    "createdAt": "string",    "lastSignedInAt": "string"  }}