Create a Managed User
User Creation API Parameters
Parameters
first_name
string
The first name to set for the created user
last_name
string
The last name to set for the created user
X-Users-Api-Version
string
enum
required
Defaults to 2025-06-17
The version of the API to use.
Allowed:2025-06-17
Response
200 success
object
user_id
int64
access_token
string
Example cURL Request
curl --request POST \
--url https://users-api.foursquare.com/users/managed-user/create \
--header 'X-Users-Api-Version: 2025-06-17' \
--header 'accept: application/json'
Example Response
{
"user_id": 0,
"access_token": "string"
}