@twilio/flex-sdk
    Preparing search index...

    Class GetConversationsUser

    Retrieves a Conversations User.

    The identity of the conversations user.

    A promise that resolves to the User object.

    import { createClient } from "@twilio/flex-sdk";
    import { GetConversationsUser } from "@twilio/flex-sdk/actions/Conversation";

    async function getConversationsUser() {
    const client = await createClient("SDK_TOKEN");
    const getConversationsUser = new GetConversationsUser("user_identity");
    const user = await client.execute(getConversationsUser);
    return user;
    }

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods