Retrieving user sign-in status using Video Indexer API

Vishnoi, Astha 160 Reputation points
2024-06-06T12:28:05.9866667+00:00

Is there a API for the Video Indexer to check the sign-in status of a user for the Video Indexer ARM account?

I'm looking for an API that returns this information for developers.

Thank you for your help!

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
64 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,933 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 3,660 Reputation points
    2024-06-06T17:26:59.53+00:00

    Hi Vishnoi, Astha ,

    Thank you for reaching out on the Microsoft Q&A .

    Right now, there's no special way to check if a user is logged in to the Azure Video Indexer portal through an API. But here are some simple methods you can use:

    1. Session Cookies: If you're making a website, you can use cookies to remember when someone logs in.
    2. Azure Active Directory: If your app uses Azure Active Directory, it might already have tools to manage logins.

    I hope this helps! If you have any further questions, feel free to ask.

    If the information is useful, please accept the answer and upvote it to assist other community members.