Skip to content

Commit 48cba45

Browse files
authored
Merge pull request #9046 from avnerms/patch-5
Adding GetAccounts
2 parents 89ef453 + 7ea44cc commit 48cba45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/video-indexer/migrate-from-v1-to-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ When calling the **Operations** APIs, the subscription key won't be used anymore
3838

3939
Each request should have a valid token, matching the access level of the API you are calling. For example, operations on your user, such as getting your accounts, require a user access token. Operations on the account level, such as list all videos, require an account access token. Operations on videos, such as reindex video, require a video access token.
4040

41+
To make things easier, you can use **Authorization** API > **GetAccounts** to get your accounts without obtaining a user token first. You can also ask to get the accounts with valid tokens, enabling you to skip an additional call to get an account token.
42+
4143
For more information about the different access tokens, see [Use Azure Video Indexer API](video-indexer-use-apis.md).
4244

4345
### Locations

0 commit comments

Comments
 (0)