user/config
Retrieve all the information – of the user associated with the JWT used to do the Authorization – associated with the Tecalis Sign plan or with the Tecalis Sign credit status.
Request example
GET - {{host}}/user/:email
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...Response example
{
"advanced": false,
"alerts": false,
"api_integration": false,
"attachments_limit": 0,
"audit_postpone_callback": false,
"available_contract": false,
"basic_advanced": false,
"basic_buromail": false,
"basic_certificate_emails": false,
"basic_otp": false,
"basic_simple": false,
"blocked": false,
"bulk_send": false,
"buromail": false,
"buromails_postpay": 0,
"calendar_view": false,
"cancel_documents": false,
"certificate_digital": false,
"certificate_emails": false,
"certificate_emails_postpay": 0,
"collection_documentation": false,
"collection_documentation_verif": false,
"comments_document": false,
"company_users": [
{
"user_id": 0,
"username": "[email protected]",
"email": "[email protected]",
"name": "Example Tecalis",
"surname": "",
"profile_img": null,
"document": "",
"phone_id": null,
"address_id": null,
"company_id": 0,
"zone_id": null,
"invitations": 0,
"zone_name": null,
"locale": "XX",
"parent_id": null,
"is_admin": 0,
"is_company_owner": false,
"is_agent": 0,
"validated": 0,
"num_operations": 0,
"operations_id": null,
"is_service_account": null,
"is_superadmin": 0,
"company_active": 0,
"company_invited": null,
"company_rol": null,
"custom_from_email": null,
"custom_from_name_email": null,
"email_alias": null,
"num_connections": 0,
"identity_allow_iframe_mode": 0,
"is_api_user": 0,
"blocked": null,
"role_manually_set": null,
"hubspotutk": null,
"hubspot_last_sync": null,
"last_login": null,
"google_tokens": null,
"contact_phone": null,
"customization_id": null,
"profile_img_url": null,
"has_signature_password": false
}
],
"current_basic_buromails": 0,
"current_basic_certificate_emails": 0,
"current_basic_operations": 0,
"current_basic_simple": 0,
"current_buromails": 0,
"current_certificate_emails": 0,
"current_collection_documentation": 0,
"current_collection_documentation_verif": 0,
"current_identity_verification": 0,
"current_layouts": 0,
"current_operations": 0,
"current_simple": 0,
"current_sms": 0,
"current_templates": 0,
"current_users": 0,
"custody": "XX",
"customize_inputs": false,
"days_to_expire": null,
"delegate_signature": false,
"dni_verification": false,
"envelope_signer": false,
"envelope_signer_limit": 0,
"expiration_document_change": false,
"expired": false,
"expired_basic_buromails": 0,
"expired_basic_certificate_emails": 0,
"expired_basic_operations": 0,
"expired_basic_simple": 0,
"expired_buromails": 0,
"expired_certificate_emails": 0,
"expired_collection_documentation": 0,
"expired_collection_documentation_verif": 0,
"expired_identity_verification": 0,
"expired_operations": 0,
"expired_simple": 0,
"export_inputs": false,
"fecha_alta": "1970-01-01",
"fecha_baja": null,
"flows": false,
"forwards": false,
"has_contract": false,
"has_expired_starter_pack": false,
"identity_verification": false,
"max_document_expiration": 0,
"max_file_size_mb": 0,
"merge_documents": false,
"multiples_documents_signer": false,
"name_pack": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"observer": false,
"op_basic_advanced_limit": 0,
"op_basic_buromail_limit": 0,
"op_basic_certificate_emails_limit": 0,
"op_basic_simple_limit": 0,
"oper_limit_postpay": 0,
"otp": false,
"otp_email": false,
"pack_code": "XXXX",
"pack_description": {
"name_pack": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"operations_period": "",
"operations": "",
"period": 0,
"users": "-",
"pricing": "0",
"purchased_at": null,
"expires": null
},
"pages": "0",
"personal_branding": false,
"postpay": false,
"postpay_multiplier": 0,
"purchased_basic_buromails": 0,
"purchased_basic_certificate_emails": 0,
"purchased_basic_operations": 0,
"purchased_basic_simple": 0,
"purchased_buromails": 0,
"purchased_certificate_emails": 0,
"purchased_collection_documentation": 0,
"purchased_collection_documentation_verif": 0,
"purchased_identity_verification": 0,
"purchased_layouts": 3,
"purchased_operations": 0,
"purchased_simple": 0,
"purchased_sms": 0,
"purchased_templates": 0,
"purchased_users": 0,
"remaining_basic_buromails": 0,
"remaining_basic_certificate_emails": 0,
"remaining_basic_operations": 0,
"remaining_basic_simple": 0,
"remaining_buromails": 0,
"remaining_certificate_emails": 0,
"remaining_collection_documentation": 0,
"remaining_collection_documentation_verif": 0,
"remaining_identity_verification": 0,
"remaining_layouts": 0,
"remaining_operations": 0,
"remaining_simple": 0,
"remaining_sms": 0,
"remaining_templates": 0,
"remaining_users": 0,
"reminders": false,
"renewal_contracts": false,
"scheduled_send": false,
"send_copy": false,
"send_method": {
"email": false,
"sms": false,
"app": false,
"agent_app": false,
"qr": false
},
"signers_limit": 0,
"simple": false,
"simple_oper_limit_postpay": 0,
"sms_postpay": 0,
"unpaid": false,
"user_stats": {
"first_connection": "1970-01-01 00:00:00",
"last_connection": "1970-01-01 00:00:00",
"total_connections": 0,
"tours": []
},
"user_structures": false,
"versioning": false,
"workflows": {
"parallel": false,
"sequential": false,
"bulk": false
},
"synced_at": "1970-01-01 00:00:00"
}
Updated 4 months ago
