API Reference

Sections

Theme switcher

ProfileUserEdge

A Relay edge containing a ProfileUser and its cursor.

ProfileUserEdge

nodeobject

The item at the end of the edge

Show child attributes

cursorstring Required

A cursor for use in pagination

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 { "node": { "id": null, "first_name": null, "last_name": null, "email": null, "identity_provider_source": "COGNITO", "last_login": null, "created_time": null, "activity_status": "CREATED", "role_id": null, "created_by": null, "visible": false, "saml_groups_from_last_login": [ "" ], "username": null, "role": { "id": null, "name": null, "description": null, "last_updated": null, "saml_user_groups": [ "" ], "number_of_users": null, "last_login_time": null }, "system_events": { "pageInfo": {}, "edges": [ "" ] }, "scope_access_groups": { "pageInfo": {}, "edges": [ "" ] }, "audit_records": { "id": null, "timestamp": null, "user_type": "SYSTEM", "user_id": null, "entity_type": null, "entity_id": null, "attribute": null, "old_value": null, "new_value": null, "system_event_id": null, "reason": "OTHER", "visible": false, "user": {}, "ticket": {}, "audit_record": {}, "action": null, "details": null }, "id_int": null }, "cursor": null }
Was this section helpful?

What made this section unhelpful for you?