Skip to main content

Get profile information for the executing user

GET /v2/user/
v2
GET
deprecated-user-service-user-get-own

Request

No request parameters.

Responses

application/json

The Profile

  • avatarRefstring (uuid)
  • emailstring (email)
  • employeeInformationobject

    Additional information about mittwald employees.

    • departmentstring
      required
  • isEmployeeboolean

    Truth value, whether the user is a mittwald employee

  • mfaobject
    • activeboolean
      required
    • setupboolean
      required
  • passwordUpdatedAtstring (date-time)
  • personobject
    required

    The users personal information, e.g. first name.

    • firstNamestring
      required

      The users first name

    • lastNamestring
      required

      The users last name

    • titlestring (one of: mr, ms, other)
  • phoneNumberstring
  • registeredAtstring (date-time)
  • userIdstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/user