Skip to content

[USER & AUTH] GET | me #37

Description

@hazemahmedx0

/api/v1/auth/me

Response body

{
  "id": 1,
  "email": "admin@example.com",
  "username": "superadmin",
  "provider": "email",
  "socialId": null,
  "firstName": "Super",
  "lastName": "Admin",
  "role": {
    "id": 1,
    "name": "Admin",
    "__entity": "RoleEntity"
  },
  "status": {
    "id": 1,
    "name": "Active",
    "__entity": "StatusEntity"
  },
  "createdAt": "2024-04-25T16:34:06.092Z",
  "updatedAt": "2024-04-25T16:34:06.092Z",
  "deletedAt": null
}

  "role": {
    "id": 1,
    "name": "Admin",
    "__entity": "RoleEntity"
  },

is related to the whole system, not the workspace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions