---
title: "POST /api/M1User/Login/Email"
method: POST
path: "/api/M1User/Login/Email"
tags: ["M1User"]
---

# POST /api/M1User/Login/Email

`POST /api/M1User/Login/Email`

## Request body

- M1Auth0Login
  - `client_id` string
  - `client_secret` string
  - `grant_type` string
  - `code` string
  - `redirect_uri` string
  - `email_address` string
  - `narMemberId` string
  - `narMemberStatus` string
  - `narMemberType` string
  - `narProfileUUID` string
  - `narRelationType` string
  - `token` string
  - `m1_user_id` integer

## Response `200`

Success

- M1Auth0Profile
  - `sub` string
  - `name` string
  - `nickname` string
  - `profile` string
  - `picture` string
  - `website` string
  - `email` string
  - `gender` string
  - `birthdate` string
  - `zoneinfo` string
  - `locale` string
  - `address` AuthAddress
    - `formatted` string
    - `streetAddress` string
    - `locality` string
    - `region` string
    - `postalCode` string
    - `country` string
  - `roles` string[]
  - `groups` unknown[]
    - unknown
  - `given_name` string
  - `family_name` string
  - `middle_name` string
  - `preferred_username` string
  - `phone_number` string
  - `phone_number_verified` boolean
  - `nar_membership_type` string
  - `nar_membership_id` integer
  - `nar_membership_status` string
  - `nar_profile_uuid` string
  - `ramco_contact_id` string
  - `csre_id` string
  - `csre_contact_id` string
  - `nar_do_not_publish` boolean
  - `nar_relation_type` string
  - `nar_idp_status` string
  - `last_password_reset` string, date-time
  - `app_metadata` AppMetadata
    - `reset_key` integer
    - `reset_timeout` integer
    - `email_header` string
    - `email_body` string
    - `email_message` string
    - `identity` Identity
      - `provider` string
      - `social` boolean
      - `user_id` string
    - `nar_membership_type` string
  - `reset_key` integer
  - `reset_timeout` integer
  - `email_header` string
  - `email_body` string
  - `email_message` string
  - `identity` Identity2
    - `provider` string
    - `social` boolean
    - `user_id` string
  - `country` string
  - `email_verified` boolean
  - `updated_at` string, date-time
  - `clientID` string
  - `user_id` string
  - `identities` Identity3[]
    - `user_id` string
    - `provider` string
    - `connection` string
    - `isSocial` boolean
  - `created_at` string, date-time
  - `associationname` string
  - `assocationid` integer
  - `person_id` integer
  - `navigationpermissions` M1NavigationPermissions[]
    - `id` integer
    - `user_Role_Code` string
    - `navigation_Action` string
    - `sub_Action` string

---

[API](https://skmtc.net/m1gateway/apis/m1gateway-internal.md) · [All operations](https://skmtc.net/m1gateway/apis/m1gateway-internal/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m1gateway/m1gateway-internal/revisions/b3a2cd83892d/schema)
