The 'Accounts' application of the Core API
- /accounts/users/auth/invite/customer/subtenant/
Create 'Subtenant'
Bulk write 'Subtenant'
List 'Subtenant'
Update 'Subtenant'
Delete 'Subtenant'
Get 'Subtenant'
/accounts/users/auth/invi...
Accounts (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/accounts/users/customer/subtenant/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/accounts/users/customer/subtenant/{pk}/' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'Successful selection
Additional Validation Information:
Must be unique
Additional Validation Information:
This value requires that the following fields are also set: corporate_name
Enum"20.520""78.300""68.310""79.900""96.090""32.910""46.630""20.59""20.160""42.110"
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, corporate_name
Additional Validation Information:
This field, or at least one of the following fields must be set: last_name, corporate_name
Additional Validation Information:
This field, or at least one of the following fields must be set: first_name, last_name
Response
application/json
{ "mfa_has_hotp": true, "org_no": "stringstri", "block_sms_notifications_for": [ null ], "username": "stringst", "is_company": null, "previous_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "block_notifications_for": [ null ], "allow_errands_access_through_connections": true, "current_registered_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "invoice_email": "user@example.com", "sni_number": "20.520", "allow_personal_information_access": true, "ssn_is_coordination_number": true, "profile_picture": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "is_active": true, "add_connection_description_on_invoice": true, "hotp_invite_sendout_time": "2019-08-24T14:15:22Z", "mfa_has_totp": true, "gln13_number": "stringstrings", "allows_external_personal_information_sharing": true, "last_login": "2019-08-24T14:15:22Z", "customer_columns": null, "autogiro_disables_invoice_distribution": true, "fmi": "stringstringstrin", "allow_notifications": true, "allow_revenue_row_access": true, "allow_brf_access": true, "phone_number": "string", "peppol_id": "stringstringstr", "pending_monitor_approval_amount": null, "future_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "allow_cancel_contract_access": true, "created_at": "2019-08-24T14:15:22Z", "allow_errands_access": true, "birth_date": "2019-08-24", "email": "user@example.com", "custom_id": "string", "full_name": null, "send_out_distribution_instruction": [ null ], "active_to": "2019-08-24T14:15:22Z", "tags": null, "popular_name": "string", "email_verified": true, "last_name": "string", "first_name": "string", "allow_contracts_access": true, "latest_active_date": "2019-08-24", "block_email_notifications_for": [ null ], "anonymized": true, "earliest_active_date": "2019-08-24", "wants_evicted": true, "allow_invoice_access": true, "communication_name": null, "realestates": [ { … } ], "custom_application_domain": "string", "ssn": "stringstring", "invoice_address": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "allow_objects_access": true, "anonymization_name": "string", "allow_my_pages_access": true, "corporate_name": "string", "phone_number_verified": true, "status": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }
- https://dev.api.pigello.io/accounts/users/auth/invite/customer/subtenant/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/accounts/users/auth/invite/customer/subtenant/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'