Search Results for

    Show / Hide Table of Contents

    UserProfile

    UserProfile

    GetMyProfile

    Return current profile of the current user

    Request
    GET /api/manage/v1/UserProfile
    Responses
    Status Code Description Samples
    200

    Succesfully returned

    UpdateMyProfile

    Update profile of the current user

    This method is only allowed for local sign in via intranet

    Request
    PUT /api/manage/v1/UserProfile
    Parameters
    Name Type Value Notes
    body
    Responses
    Status Code Description Samples
    204

    No Content

    400

    The request is wrong

    200

    Succesfully updated

    GetUserProfile

    Return user profile by user identifier. If the user did not provide information about himself or blocked, then the endpoint will return an empty model. (only id)

    Request
    GET /api/manage/v1/UserProfile/{userId}
    Parameters
    Name Type Value Notes
    *userId string
    Responses
    Status Code Description Samples
    200

    Succesfully returned

    404

    User not found

    Back to top 2025.2.6 © 1998-2025 Copyright Fast Reports Inc.