Create One-Time Editor Code

A third-party backend uses an access token to create a one-time editor code for an end user.

The server finds or creates the end user by (applicationId, userId). userId is the caller's end-user ID, not the internal ss_user.id. Optional non-blank name, email, and phone values update the stored end-user profile; omitted, null, or empty values preserve existing profile values.

This endpoint only returns the minimal data needed for editor login redirection. The third-party redirects the browser to the ss editor frontend with this code; the frontend consumes the code internally and completes end-user login. This endpoint does not return applicationId, endUserId, created, or an internal user object.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 255
^[A-Za-z0-9_-]+$

Unique end-user ID in the third-party system. This is not ss_user.id.

string | null

Optional end-user name, max 200 characters. A non-blank value updates the stored name; omitted, null, or empty values preserve the existing name.

string | null

Optional end-user email, max 200 characters. A valid non-blank value updates the stored email; omitted, null, or empty values preserve the existing email.

string | null

Optional end-user phone number, max 50 characters. A non-blank value updates the stored phone; omitted, null, or empty values preserve the existing phone.

Responses

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