Users

Get your own user details

Detailed information about the current user, user permissions and user feedback

get/api/admin/user

Response

meSchema

splashobject required

Splash screen configuration

Example response

{
  "user": {
    "id": 123,
    "name": "User",
    "email": "user@example.com",
    "username": "hunter",
    "imageUrl": "https://example.com/242x200.png",
    "inviteLink": "http://localhost:4242/invite-link/some-secret",
    "loginAttempts": 3,
    "rootRole": 1,
    "seenAt": "2023-06-30T11:42:00.345Z",
    "createdAt": "2023-06-30T11:41:00.123Z",
    "accountType": "User",
    "scimId": "01HTMEXAMPLESCIMID7SWWGHN6",
    "seatType": "Regular",
    "companyRole": "Developer",
    "activeSessions": 2,
    "deletedSessions": 1
  },
  "permissions": [
    {
      "permission": "UPDATE_FEATURE_STRATEGY",
      "project": "my-project",
      "environment": "development"
    }
  ],
  "feedback": [
    {
      "userId": 2,
      "given": "2023-07-06T08:29:21.282Z",
      "feedbackId": "pnps"
    }
  ]
}

Changes

Changed in 2 of the 7 revisions of this API.3

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property / to the response with the status

      response-optional-property-added