User

user

Methods

Get User Details ->
get/v1/user

Get details about an authenticated user

Domain types

User = { id, email, first_name, 2 more... }

User details.

User

Security

user.security

Methods

Get User Security Settings ->
get/v1/user/security

Get the current user's security settings

Update User Security Settings ->
patch/v1/user/security

Update the current user's security settings

Domain types

UserSecurity = { source_ip_rule, created_at, updated_at }

User security settings response.