jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
221 stars 54 forks source link

Some values not reachable? #134

Closed kikiamkiamki closed 2 years ago

kikiamkiamki commented 2 years ago

Could it be that the values «presence» and (for me important) «fields» of a user and its profile aren't reachable?

Bildschirmfoto 2021-12-17 um 21 57 21
kikiamkiamki commented 2 years ago

Sorry! I found out. It was on the part of Slack. If someone else wants to read cutom fields:

$client->usersProfileGet(['user' => 'USER_ID'])

lyrixx commented 2 years ago

hello, so I can close the issue?

kikiamkiamki commented 2 years ago

hello, so I can close the issue?

👍

lyrixx commented 2 years ago

Thanks for the feedback and the explanation