Skip to content

Commit 1ef1595

Browse files
Change organization login from 'centurylink' to 'centurylinkFederal'
1 parent eb5dba1 commit 1ef1595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 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.
88

99
query OrganizationIdentitiesBySAMLNameID {
10-
organization(login: "centurylink") {
10+
organization(login: "centurylinkFederal") {
1111
samlIdentityProvider {
1212
externalIdentities(userName:"chaithrabk152", first: 25) {
1313
edges {

0 commit comments

Comments
 (0)