Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Pagination shouldn't be needed since there shouldn't be multiple entries in the organization that have the same SAML `NameID` or SCIM `userName`. However, for more information on pagination. There is also an example of pagination in simple-pagination-example.graphql.

query OrganizationIdentitiesBySAMLNameID {
organization(login: "<ORG_NAME>") {
organization(login: "centurylink") {
samlIdentityProvider {
externalIdentities(userName:"<SAML Name ID>", first: 25) {
externalIdentities(userName:"chaithrabk152", first: 25) {
edges {
node {
samlIdentity {
Expand Down