This topic explains how to get a list of your OpenID roles that are associated with Veritone.
- In your browser, go to Veritone's GraphQL sandbox.
- Paste this code into GraphQL, then replace
userName and password with your login information:
mutation userLogin {
userLogin(input: {
userName: "{{USERNAME}}"
password: "{{PASSWORD}}"
}) {
token
lastLoggedIn
}
}
- Select the play icon in the middle of the GraphQL interface to run the code. The response appears on the right.
- Copy the value of
token into a text editor. The value should look like this: 0ba2e8fe-d26d-4e6d-96d0-5cc3389990fc. - In your browser, go to Veritone's open id-role endpoint.
- Select the lock icon on the endpoint.
An Available authorizations window appears.
- In the Value field of the pop-up Available authorizations window, paste the value of
token you saved, then select Authorize. - Select Close.
- In the endpoint description, select Try it out.
- In the ID field, enter an organization ID, then select Execute.
The response appears.
- In the response, copy the first value of
roleIds into a text editor.