الانتقال إلى المحتوى الرئيسي
GET
Verify User Logged In

التفويضات

Authorization
string
header
مطلوب

Authorization header with Bearer token

الاستجابة

Successful Response

id
string
مطلوب
email
string
مطلوب
is_active
boolean
مطلوب
is_superuser
boolean
مطلوب
is_verified
boolean
مطلوب
role
enum<string>
مطلوب

User roles

  • Basic can't perform any admin actions
  • Admin can perform all admin actions
  • Curator can perform admin actions for groups they are curators of
  • Global Curator can perform admin actions for all groups they are a member of
  • Limited can access a limited set of basic api endpoints
  • Slack are users that have used gorbit via slack but dont have a web login
  • External permissioned users that have been picked up during the external permissions sync process but don't have a web login
الخيارات المتاحة:
limited,
basic,
admin,
curator,
global_curator,
slack_user,
ext_perm_user
preferences
UserPreferences · object
مطلوب
personalization
UserPersonalization · object
oidc_expiry
string<date-time> | null
current_token_created_at
string<date-time> | null
current_token_expiry_length
integer | null
is_cloud_superuser
boolean
افتراضي:false
team_name
string | null
is_anonymous_user
boolean | null
password_configured
boolean | null
tenant_info
TenantInfo · object | null