Sync user from IAM
POST /v1/auth/sync
POST
/v1/auth/sync
Creates or updates user record from IAM token claims, this is not necessary but enables better user experience by providing a consistent user tracking for human users across services.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”OK
object
data
object
avatar_url
string
created_at
string
email
string
id
string
is_active
boolean
last_login_at
string
login_count
integer
name
string
role
string
updated_at
string
success
boolean
Unauthorized
object
error
string
message
string
Example
Success success
boolean
Example
trueForbidden
object
error
string
message
string
Example
Success success
boolean
Example
trueInternal Server Error
object
error
string
message
string
Example
Success success
boolean
Example
true