Uses of Class
com.docusign.esign.api.UsersApi.GetProfileImageOptions
-
Packages that use UsersApi.GetProfileImageOptions Package Description com.docusign.esign.api -
-
Uses of UsersApi.GetProfileImageOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type UsersApi.GetProfileImageOptions Modifier and Type Method Description byte[]UsersApi. getProfileImage(String accountId, String userId, UsersApi.GetProfileImageOptions options)Retrieves the user profile image for the specified user..ApiResponse<byte[]>UsersApi. getProfileImageWithHttpInfo(String accountId, String userId, UsersApi.GetProfileImageOptions options)Retrieves the user profile image for the specified user.
-