users
Get Or Create User
Get a User or create a new one by the input name
GET
/
v1
/
apps
/
{app_id}
/
users
/
get_or_create
/
{name}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Get a User or create a new one by the input name
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.