UsersCore
Gets the current user's profile.
Returns the profile of the currently authenticated user. A new profile is created automatically on first access.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Response Body
curl -X GET "https://api.fruxon.com/v1/userProfile"{
"id": "string",
"username": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"avatarFileId": "string",
"status": "INVITED",
"role": "ADMIN",
"createdAt": 0,
"modifiedAt": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Empty
Declines an outstanding invitation in-app, removing the offer.
Withdraws the invitation ticket for the authenticated user in the given tenant. The user does not become a member; the row disappears from their list of outstanding invitations. An admin would have to re-invite to offer again.
Updates the current user's profile.
Only the fields provided in the request body are applied; omitted fields remain unchanged.