Skip to main content
Version: v2

Create User

Creates a user with the specified details.

This API performs an upsert (insert or update) for a user. There is no need to check that a user exists before calling this API as it will either insert the user if it doesn't already exist or update it if it does based on the uid. A user is updated if the given uid is already associated with an identified user. Otherwise, a new user is created.

This request can be made idempotent.

Verifying that a user has been created in Fullstory

If you'd like additional confirmation that the user has been created, you can make a Get User request using the id in the Create User response. If the user was created successfully, a user will be returned and the response will include an app_url field that deep links to that user’s profile card in Fullstory. You can also query for the user with the List Users endpoint and get an app_url, provided that the user was created with a uid or email property.

The user will not be available in search/analytics reports in Fullstory until they have some activity associated with them (sessions or events).

Responses

200

A successful response.

Additional Information