Zero TrustZero Trust Organization

Get your Zero Trust organization

GET
Returns the configuration for your Zero Trust organization.

Path parameters

identifierstringRequired

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/access/organizations \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "auth_domain": "test.cloudflareaccess.com",
4 "created_at": "2014-01-01T05:20:00.12345Z",
5 "custom_pages": {
6 "forbidden": "699d98642c564d2e855e9661899b7252",
7 "identity_denied": "699d98642c564d2e855e9661899b7252"
8 },
9 "login_design": {
10 "background_color": "#c5ed1b",
11 "footer_text": "This is an example description.",
12 "header_text": "This is an example description.",
13 "logo_path": "https://example.com/logo.png",
14 "text_color": "#c5ed1b"
15 },
16 "name": "Widget Corps Internal Applications",
17 "session_duration": "24h",
18 "ui_read_only_toggle_reason": "Temporarily turn off the UI read only lock to make a change via the UI",
19 "updated_at": "2014-01-01T05:20:00.12345Z",
20 "user_seat_expiration_inactive_time": "720h"
21 }
22}