GET
/
sdk
/
{environmentId}
/
users
/
check
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/check \
  --header 'Authorization: Bearer <token>'
{
  "field": "<string>",
  "value": "<string>",
  "available": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Query Parameters

filter
object

Response

200
application/json
successful check
field
string
required
value
string
required
available
boolean
required