admin

Create a user, returning their session token.

post/admin/users/create

Request body

credit_countinteger nullable
emailstring nullable
feature_flagsFeatureFlag[]
full_namestring nullable
is_adminboolean
permissionsPermission[]
testboolean

Response

Created

permissionsPermission[] required
refresh_tokenstring required
session_expires_atstring required
session_tokenstring required

Changes