Salesforce

Get a list of Veritone's OpenID roles

« Go Back
Information
Get a list of Veritone's OpenID roles
000003979
Public
Product Selection
aiWare - aiWare
Article Details

This topic explains how to get a list of your OpenID roles that are associated with Veritone.

  1. In your browser, go to Veritone's GraphQL sandbox.
  2. Paste this code into GraphQL, then replace userName and password with your login information:
    
        mutation userLogin {
        userLogin(input: {
            userName: "{{USERNAME}}"
            password: "{{PASSWORD}}"
        }) {
            token
            lastLoggedIn
        }
        }
  3. Select the play icon in the middle of the GraphQL interface to run the code. The response appears on the right.
  4. Copy the value of token into a text editor. The value should look like this: 0ba2e8fe-d26d-4e6d-96d0-5cc3389990fc.
  5. In your browser, go to Veritone's open id-role endpoint.
  6. Select the lock icon on the endpoint.

    An Available authorizations window appears.

  7. In the Value field of the pop-up Available authorizations window, paste the value of token you saved, then select Authorize.
  8. Select Close.
  9. In the endpoint description, select Try it out.
  10. In the ID field, enter an organization ID, then select Execute.

    The response appears.

  11. In the response, copy the first value of roleIds into a text editor.
Additional Technical Documentation Information
Properties
11/21/2023 8:19 PM
12/4/2023 6:33 PM
12/4/2023 6:33 PM
Documentation
Documentation
000003979
Translation Information
English

Powered by