/
AU
authula
/
Authula API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v21
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
104
135
151.5 KB
Admin Accounts
Create account
Creates a new account for a user.
post
/admin/users/{user_id}/accounts
Path parameters
user_id
string
required
Request body
CreateAccountRequest
required
access_token
string
nullable
access_token_expires_at
string
date-time
nullable
account_id
string
required
id_token
string
nullable
password
string
nullable
provider_id
string
required
refresh_token
string
nullable
refresh_token_expires_at
string
date-time
nullable
scope
string
nullable
Response
Created
CreateAccountResponse
required
account
Account
required