Hello Community Experts,
I should be able to fetch the skills and education details present in Delve to power apps
I'm not able to fetch their names also
How do i achieve this requirement?
Its very urgent
Kindly Advise
Best Regards,
Sumaira
Solved! Go to Solution.
Hi @Sumaira ,
Do you want to get user's information of azure profile in powerapps?
If so , you could use office365 users connector.
Firstly , create connection with office365 users .
Then use formula like this:
Office365Users.UserProfileV2(useremail)
Then you could get this user's profile by using his email.
You could also use this formula to get user data:
Office365Users.SearchUserV2({searchTerm:xxxx}).value
//please fill in xxxx with the data that you want
By using this formula, you could use display name, given name, surname, mail, mail nickname and user principal name to search for user's profile.
However, you could only get these data by using this connector:
Name | Path | Type | Description |
---|---|---|---|
User id
|
Id | string |
A unique identifier for the user object in the directory. |
Account enabled?
|
AccountEnabled | boolean |
true if the account is enabled; otherwise, false. This property is required when a user is created. |
Business phones
|
BusinessPhones | array of string |
A list of business phone numbers for the user |
City
|
City | string |
The city in which the user is located. |
Company name
|
CompanyName | string |
The name of the company in which the user works. |
Country
|
Country | string |
The country/region in which the user is located; for example, "US" or "UK". |
Department
|
Department | string |
The name of the department in which the user works. |
Display name
|
DisplayName | string |
The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. |
Given name
|
GivenName | string |
The given name (first name) of the user. |
Job title
|
JobTitle | string |
The user’s job title. |
Email
|
string |
The SMTP/email address for the user, for example, "jeff@contoso.onmicrosoft.com". Read-Only. |
|
Nickname
|
MailNickname | string |
The mail alias for the user. This property must be specified when a user is created. |
Office location
|
OfficeLocation | string |
The office location in the user's place of business. |
Postal code
|
PostalCode | string |
The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. |
Surname
|
Surname | string |
The user's surname (family name or last name). |
Telephone number
|
TelephoneNumber | string |
The primary cellular telephone number for the user. |
User Principal Name (UPN)
|
UserPrincipalName | string |
The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user’s email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. |
Skills and education details are all not supported.
You could only get data that you filled in azure admin center, others are not supported.
You could check in details here:
You could know more about office365 users connector here:
https://docs.microsoft.com/en-us/connectors/office365users/#get-user-profile-(v2)
Best regards,
Hi @Sumaira ,
Do you want to get user's information of azure profile in powerapps?
If so , you could use office365 users connector.
Firstly , create connection with office365 users .
Then use formula like this:
Office365Users.UserProfileV2(useremail)
Then you could get this user's profile by using his email.
You could also use this formula to get user data:
Office365Users.SearchUserV2({searchTerm:xxxx}).value
//please fill in xxxx with the data that you want
By using this formula, you could use display name, given name, surname, mail, mail nickname and user principal name to search for user's profile.
However, you could only get these data by using this connector:
Name | Path | Type | Description |
---|---|---|---|
User id
|
Id | string |
A unique identifier for the user object in the directory. |
Account enabled?
|
AccountEnabled | boolean |
true if the account is enabled; otherwise, false. This property is required when a user is created. |
Business phones
|
BusinessPhones | array of string |
A list of business phone numbers for the user |
City
|
City | string |
The city in which the user is located. |
Company name
|
CompanyName | string |
The name of the company in which the user works. |
Country
|
Country | string |
The country/region in which the user is located; for example, "US" or "UK". |
Department
|
Department | string |
The name of the department in which the user works. |
Display name
|
DisplayName | string |
The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. |
Given name
|
GivenName | string |
The given name (first name) of the user. |
Job title
|
JobTitle | string |
The user’s job title. |
Email
|
string |
The SMTP/email address for the user, for example, "jeff@contoso.onmicrosoft.com". Read-Only. |
|
Nickname
|
MailNickname | string |
The mail alias for the user. This property must be specified when a user is created. |
Office location
|
OfficeLocation | string |
The office location in the user's place of business. |
Postal code
|
PostalCode | string |
The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. |
Surname
|
Surname | string |
The user's surname (family name or last name). |
Telephone number
|
TelephoneNumber | string |
The primary cellular telephone number for the user. |
User Principal Name (UPN)
|
UserPrincipalName | string |
The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user’s email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. |
Skills and education details are all not supported.
You could only get data that you filled in azure admin center, others are not supported.
You could check in details here:
You could know more about office365 users connector here:
https://docs.microsoft.com/en-us/connectors/office365users/#get-user-profile-(v2)
Best regards,
Is it possible to get skills and education details from this integration now? Are there any update on this?
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |