/
OE
oeklo
/
GSMTasks Project API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22m ago · Updated 2mo ago
Details
Filter operations
account_roles
9
get
/account_roles/
post
/account_roles/
get
/account_roles/{id}/
put
/account_roles/{id}/
delete
/account_roles/{id}/
patch
/account_roles/{id}/
post
/account_roles/{id}/activate/
post
/account_roles/{id}/notify/
get
/account_roles/{id}/token/
accounts
21
addons
2
authenticate
1
billing
15
client_roles
6
clients
5
configurations
1
contact_address_exports
1
contact_address_import
3
contact_addresses
5
devices
3
docs
1
documents
5
emails
7
exports
6
file_uploads
3
formrules
6
integrations
1
metafields
6
notification_templates
7
notifications
3
orders
5
password_change
1
password_reset
1
password_reset_confirm
1
push_notifications
7
recurrences
5
register
1
reports
1
reviews
3
route_optimizations
8
routes
6
scenes
4
signatures
5
sms
7
task_address_features
2
task_commands
4
task_event_tracks
2
task_events
2
task_exports
1
task_forms
6
task_import
3
task_import_mapping
3
task_metadatas
2
tasks
21
time_location_features
6
time_locations
3
trackers
6
users
10
users_on_duty_log
3
webhooks
8
worker_features
2
worker_tracks
1
working_state
3
account_roles
patch
/account_roles/{id}/
Path parameters
id
string
uuid
required
A UUID string identifying this account role.
Query parameters
format
'json'
|
'xml'
Request body
PatchedAccountRole
required
id
string
uuid
url
string
uri
account
string
uri
user
string
uri
state
'inactive'
|
'active'
|
'deleted'
email
string
email
display_name
string
nullable
phone
string
vehicle_registration_number
string
vehicle_profile
'bike'
|
'bus'
|
'car'
|
'foot'
|
'scooter'
|
'small_truck'
|
'truck'
vehicle_capacity
integer[]
nullable
vehicle_speed_factor
string
decimal
vehicle_service_time_factor
string
decimal
route_start_address
NestedAddress
route_end_address
NestedAddress
signature_image
string
uri
is_manager
boolean
is_worker
boolean
is_integration
boolean
is_active
boolean
is_on_duty
boolean
show_unassigned
boolean
last_time_location
string
uri
activated_at
string
date-time
deleted_at
string
date-time
created_at
string
date-time
updated_at
string
date-time
Changes