Users
Create and invite a new user
List users with pagination
Retrieve a user by ID
Update a user
Revoke user access
Reactivate a user
ModelsExpand Collapse
UserInviteResponse { canCreateReports, canManageStudies, clinicRole, 14 more } Response for inviting a user to AutoScribe. Level is restricted to admin/member since owners cannot be invited via API.
Response for inviting a user to AutoScribe. Level is restricted to admin/member since owners cannot be invited via API.
Whether the user can generate and sign radiology reports. Requires NPI number
Whether the user can access the dashboard interface. Required for admin users
User access level assignable via the API. ‘admin’ can manage users/settings, ‘member’ has standard access. ‘owner’ is dashboard-only and cannot be assigned via the API.
User access level assignable via the API. ‘admin’ can manage users/settings, ‘member’ has standard access. ‘owner’ is dashboard-only and cannot be assigned via the API.
UserListResponse { canCreateReports, canManageStudies, clinicRole, 14 more } A user in the AutoScribe system with report creation permissions
A user in the AutoScribe system with report creation permissions
Whether the user can generate and sign radiology reports. Requires NPI number
Whether the user can access the dashboard interface. Required for admin users
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
UserRetrieveResponse { canCreateReports, canManageStudies, clinicRole, 14 more } A user in the AutoScribe system with report creation permissions
A user in the AutoScribe system with report creation permissions
Whether the user can generate and sign radiology reports. Requires NPI number
Whether the user can access the dashboard interface. Required for admin users
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
UserUpdateResponse { canCreateReports, canManageStudies, clinicRole, 14 more } A user in the AutoScribe system with report creation permissions
A user in the AutoScribe system with report creation permissions
Whether the user can generate and sign radiology reports. Requires NPI number
Whether the user can access the dashboard interface. Required for admin users
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
UsersInvitations
List user invitations
Retrieve an invitation by ID
Update an invitation
Revoke an invitation
ModelsExpand Collapse
InvitationListResponse { canCreateReports, canManageStudies, clinicId, 20 more } A pending user invitation in the AutoScribe system
A pending user invitation in the AutoScribe system
Whether the invited user can generate and sign radiology reports. Requires NPI number
Whether the invited user will have permission to create, update, and manage studies
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance
UUID of the API key used to send this invitation. Null if sent via dashboard
InvitationRetrieveResponse { canCreateReports, canManageStudies, clinicId, 20 more } A pending user invitation in the AutoScribe system
A pending user invitation in the AutoScribe system
Whether the invited user can generate and sign radiology reports. Requires NPI number
Whether the invited user will have permission to create, update, and manage studies
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance
UUID of the API key used to send this invitation. Null if sent via dashboard
InvitationUpdateResponse { canCreateReports, canManageStudies, clinicId, 20 more } A pending user invitation in the AutoScribe system
A pending user invitation in the AutoScribe system
Whether the invited user can generate and sign radiology reports. Requires NPI number
Whether the invited user will have permission to create, update, and manage studies
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance
UUID of the API key used to send this invitation. Null if sent via dashboard