Sign in a user

Authenticates a member with email and password. On success, returns the signed-in user profile (_id, email, name, image).

Required scopes: flex.user.auth.signin

Path Params
string
required

organization slug

Body Params
string
required

The email which was registered during signup as a login credential.

string
required

The password which was registered during signup as a login credential.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json